#96421F

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

Shades of Fire #96421F

Tints of Fire #96421F

Color information

#96421F (or 0x96421F) is unknown color: approx Fire. HEX triplet: 96, 42 and 1F. RGB value is (150,66,31). Sum of RGB (Red+Green+Blue) = 150+66+31=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96421F is #69BDE0. Grayscale: #575757. Windows color (decimal): -6929889 or 2048662. OLE color: 2048662.

HSL color Cylindrical-coordinate representation of color #96421F: hue angle of 17.65º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96421F is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1506631-
CMYK00.560.790.41
HSL17.65º65.75%35.49%-
HSV(B)17.65º79.33%58.82%-
XYZ14.7710.482.54-
YUV87.1396.33172.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=60.73%
G=26.72%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150663100.560.790.4117.6565.7535.49
Hex96421F0384F29124223
Octal22610237070117512210243
Binary1001011010000101111101110001001111101001100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96421F; }

 p { color: rgb(150,66,31); }

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

<style>
 a { background-color: #96421F; }

 a { background-color: rgb(150,66,31); }

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

<style>
 span { border-color: #96421F; }

 span { border-color: rgb(150,66,31); }

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