#973C21

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

Shades of Fire #973C21

Tints of Fire #973C21

Color information

#973C21 (or 0x973C21) is unknown color: approx Fire. HEX triplet: 97, 3C and 21. RGB value is (151,60,33). Sum of RGB (Red+Green+Blue) = 151+60+33=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #973C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C21 is #68C3DE. Grayscale: #545454. Windows color (decimal): -6865887 or 2178199. OLE color: 2178199.

HSL color Cylindrical-coordinate representation of color #973C21: hue angle of 13.73º 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 #973C21 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB1516033-
CMYK00.600.780.41
HSL13.73º64.13%36.08%-
HSV(B)13.73º78.15%59.22%-
XYZ14.659.922.58-
YUV84.1399.15175.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=61.89%
G=24.59%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151603300.600.780.4113.7364.1336.08
Hex973C2103C4E29e4024
Octal2277441074116511610044
Binary100101111111001000010111100100111010100111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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