#973B1C

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

Shades of Fire #973B1C

Tints of Fire #973B1C

Color information

#973B1C (or 0x973B1C) is unknown color: approx Fire. HEX triplet: 97, 3B and 1C. RGB value is (151,59,28). Sum of RGB (Red+Green+Blue) = 151+59+28=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #973B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B1C is #68C4E3. Grayscale: #535353. Windows color (decimal): -6866148 or 1850263. OLE color: 1850263.

HSL color Cylindrical-coordinate representation of color #973B1C: hue angle of 15.12º degrees, saturation: 0.69, 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 #973B1C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1515928-
CMYK00.610.810.41
HSL15.12º68.72%35.1%-
HSV(B)15.12º81.46%59.22%-
XYZ14.549.792.22-
YUV82.9796.98176.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 59 (23.44% from 255) = 24.79%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=63.45%
G=24.79%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151592800.610.810.4115.1268.7235.1
Hex973B1C03D5129f4523
Octal2277334075121511710543
Binary10010111111011111000111101101000110100111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,59,28); }

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

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

 a { background-color: rgb(151,59,28); }

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

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

 span { border-color: rgb(151,59,28); }

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