#88442B

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

Shades of Fire #88442B

Tints of Fire #88442B

Color information

#88442B (or 0x88442B) is unknown color: approx Fire. HEX triplet: 88, 44 and 2B. RGB value is (136,68,43). Sum of RGB (Red+Green+Blue) = 136+68+43=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88442B is #77BBD4. Grayscale: #555555. Windows color (decimal): -7846869 or 2835592. OLE color: 2835592.

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

Color convert

RGB1366843-
CMYK00.500.680.47
HSL16.13º51.96%35.1%-
HSV(B)16.13º68.38%53.33%-
XYZ12.669.543.46-
YUV85.48104.03164.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=55.06%
G=27.53%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136684300.500.680.4716.1351.9635.1
Hex88442B032442F103423
Octal2101045306210457206443
Binary1000100010001001010110110010100010010111110000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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