#963C27

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

Shades of Fire #963C27

Tints of Fire #963C27

Color information

#963C27 (or 0x963C27) is unknown color: approx Fire. HEX triplet: 96, 3C and 27. RGB value is (150,60,39). Sum of RGB (Red+Green+Blue) = 150+60+39=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #963C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C27 is #69C3D8. Grayscale: #545454. Windows color (decimal): -6931417 or 2571414. OLE color: 2571414.

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

Color convert

RGB1506039-
CMYK00.60.740.41
HSL11.35º58.73%37.06%-
HSV(B)11.35º74%58.82%-
XYZ14.569.863.06-
YUV84.52102.32174.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=60.24%
G=24.10%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150603900.60.740.4111.3558.7337.06
Hex963C2703C4A29b3b25
Octal226744707411251137345
Binary10010110111100100111011110010010101010011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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