#88422D

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

Shades of Fire #88422D

Tints of Fire #88422D

Color information

#88422D (or 0x88422D) is unknown color: approx Fire. HEX triplet: 88, 42 and 2D. RGB value is (136,66,45). Sum of RGB (Red+Green+Blue) = 136+66+45=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88422D is #77BDD2. Grayscale: #545454. Windows color (decimal): -7847379 or 2966152. OLE color: 2966152.

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

Color convert

RGB1366645-
CMYK00.510.670.47
HSL13.85º50.28%35.49%-
HSV(B)13.85º66.91%53.33%-
XYZ12.589.323.62-
YUV84.54105.69164.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=55.06%
G=26.72%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136664500.510.670.4713.8550.2835.49
Hex88422D033432Fe3223
Octal2101025506310357166243
Binary100010001000010101101011001110000111011111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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