#963C21

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

Shades of Fire #963C21

Tints of Fire #963C21

Color information

#963C21 (or 0x963C21) is unknown color: approx Fire. HEX triplet: 96, 3C and 21. RGB value is (150,60,33). Sum of RGB (Red+Green+Blue) = 150+60+33=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #963C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C21 is #69C3DE. Grayscale: #545454. Windows color (decimal): -6931423 or 2178198. OLE color: 2178198.

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

Color convert

RGB1506033-
CMYK00.60.780.41
HSL13.85º63.93%35.88%-
HSV(B)13.85º78%58.82%-
XYZ14.479.832.57-
YUV83.8399.32175.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=61.73%
G=24.69%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150603300.60.780.4113.8563.9335.88
Hex963C2103C4E29e4024
Octal2267441074116511610044
Binary100101101111001000010111100100111010100111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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