#88422F

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

Shades of Fire #88422F

Tints of Fire #88422F

Color information

#88422F (or 0x88422F) is unknown color: approx Fire. HEX triplet: 88, 42 and 2F. RGB value is (136,66,47). Sum of RGB (Red+Green+Blue) = 136+66+47=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88422F is #77BDD0. Grayscale: #545454. Windows color (decimal): -7847377 or 3097224. OLE color: 3097224.

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

Color convert

RGB1366647-
CMYK00.510.650.47
HSL12.81º48.63%35.88%-
HSV(B)12.81º65.44%53.33%-
XYZ12.619.343.83-
YUV84.76106.69164.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 47 (18.75% from 255) = 18.88%
R=54.62%
G=26.51%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136664700.510.650.4712.8148.6335.88
Hex88422F033412Fd3124
Octal2101025706310157156144
Binary100010001000010101111011001110000011011111101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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