#88422C

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

Shades of Fire #88422C

Tints of Fire #88422C

Color information

#88422C (or 0x88422C) is unknown color: approx Fire. HEX triplet: 88, 42 and 2C. RGB value is (136,66,44). Sum of RGB (Red+Green+Blue) = 136+66+44=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88422C is #77BDD3. Grayscale: #545454. Windows color (decimal): -7847380 or 2900616. OLE color: 2900616.

HSL color Cylindrical-coordinate representation of color #88422C: hue angle of 14.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88422C is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1366644-
CMYK00.510.680.47
HSL14.35º51.11%35.29%-
HSV(B)14.35º67.65%53.33%-
XYZ12.569.313.52-
YUV84.42105.19164.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=55.28%
G=26.83%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136664400.510.680.4714.3551.1135.29
Hex88422C033442Fe3323
Octal2101025406310457166343
Binary100010001000010101100011001110001001011111110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88422C; }

 p { color: rgb(136,66,44); }

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

<style>
 a { background-color: #88422C; }

 a { background-color: rgb(136,66,44); }

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

<style>
 span { border-color: #88422C; }

 span { border-color: rgb(136,66,44); }

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