#963C1D

Color #963C1D Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #963C1D

Tints of Fire #963C1D

Color information

#963C1D (or 0x963C1D) is unknown color: approx Fire. HEX triplet: 96, 3C and 1D. RGB value is (150,60,29). Sum of RGB (Red+Green+Blue) = 150+60+29=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C1D is #69C3E2. Grayscale: #535353. Windows color (decimal): -6931427 or 1916054. OLE color: 1916054.

HSL color Cylindrical-coordinate representation of color #963C1D: hue angle of 15.37º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #963C1D is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1506029-
CMYK00.60.810.41
HSL15.37º67.6%35.1%-
HSV(B)15.37º80.67%58.82%-
XYZ14.429.82.3-
YUV83.3897.32175.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 29 (11.72% from 255) = 12.13%
R=62.76%
G=25.10%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150602900.60.810.4115.3767.635.1
Hex963C1D03C5129f4423
Octal2267435074121511710443
Binary10010110111100111010111100101000110100111111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963C1D; }

 p { color: rgb(150,60,29); }

 H1.HeaderClassName
 {
   color: #963C1D;
 }
 .AnyTagClassName
 {
   color: #963C1D;
 }
</style>
background-color css

<style>
 a { background-color: #963C1D; }

 a { background-color: rgb(150,60,29); }

 div.DivClassName
 {
   background-color: #963C1D;
 }
 .BgClassName
 {
   background-color: #963C1D;
 }
</style>
border-color css

<style>
 span { border-color: #963C1D; }

 span { border-color: rgb(150,60,29); }

 td.TdClassName
 {
   border-color: #963C1D;
 }
 .TagClassName
 {
   border-color: #963C1D;
 }
</style>