#973A1E

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

Shades of Fire #973A1E

Tints of Fire #973A1E

Color information

#973A1E (or 0x973A1E) is unknown color: approx Fire. HEX triplet: 97, 3A and 1E. RGB value is (151,58,30). Sum of RGB (Red+Green+Blue) = 151+58+30=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #973A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A1E is #68C5E1. Grayscale: #525252. Windows color (decimal): -6866402 or 1981079. OLE color: 1981079.

HSL color Cylindrical-coordinate representation of color #973A1E: hue angle of 13.88º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #973A1E is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1515830-
CMYK00.620.800.41
HSL13.88º66.85%35.49%-
HSV(B)13.88º80.13%59.22%-
XYZ14.519.72.34-
YUV82.6298.31176.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.18%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=63.18%
G=24.27%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151583000.620.800.4113.8866.8535.49
Hex973A1E03E5029e4323
Octal2277236076120511610343
Binary10010111111010111100111110101000010100111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,58,30); }

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

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

 a { background-color: rgb(151,58,30); }

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

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

 span { border-color: rgb(151,58,30); }

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