#88422B

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

Shades of Fire #88422B

Tints of Fire #88422B

Color information

#88422B (or 0x88422B) is unknown color: approx Fire. HEX triplet: 88, 42 and 2B. RGB value is (136,66,43). Sum of RGB (Red+Green+Blue) = 136+66+43=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88422B is #77BDD4. Grayscale: #545454. Windows color (decimal): -7847381 or 2835080. OLE color: 2835080.

HSL color Cylindrical-coordinate representation of color #88422B: hue angle of 14.84º degrees, saturation: 0.52, 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 #88422B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1366643-
CMYK00.510.680.47
HSL14.84º51.96%35.1%-
HSV(B)14.84º68.38%53.33%-
XYZ12.549.313.42-
YUV84.31104.69164.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=55.51%
G=26.94%
B=17.55%

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
Decimal136664300.510.680.4714.8451.9635.1
Hex88422B033442Ff3423
Octal2101025306310457176443
Binary100010001000010101011011001110001001011111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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