Shades of Fire #88432B
Tints of Fire #88432B
RGB
CMYK
RGB Variations
Color information
#88432B (or 0x88432B) is known color: Fire. HEX triplet: 88, 43 and 2B. RGB value is (136,67,43). Sum of RGB (Red+Green+Blue) = 136+67+43=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88432B is #77BCD4. Grayscale: #555555. Windows color (decimal): -7847125 or 2835336. OLE color: 2835336.
HSL color Cylindrical-coordinate representation of color #88432B: hue angle of 15.48º 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 #88432B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 43 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.47 |
| HSL | 15.48º | 0.52% | 0.35% | - |
| HSV(B) | 15.48º | 0.68% | 0.53% | - |
| XYZ | 12.6 | 9.42 | 3.44 | - |
| YUV | 84.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 43 | 0 | 0.51 | 0.68 | 0.47 | 15.48 | 0.52 | 0.35 |
| Hex | 88 | 43 | 2B | 0 | 33 | 44 | 2F | F | 34 | 23 |
| Octal | 210 | 103 | 53 | 0 | 63 | 104 | 57 | 17 | 64 | 43 |
| Binary | 10001000 | 1000011 | 101011 | 0 | 110011 | 1000100 | 101111 | 1111 | 110100 | 100011 |
Color Harmonies of #88432B
Complementary color
Monochromatic Colors of #88432B
Black with #88432B
Text Example
Text Example
White with #88432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88432B; }
p { color: rgb(136,67,43); }
H1.HeaderClassName
{
color: #88432B;
}
.AnyTagClassName
{
color: #88432B;
}
</style>
background-color css
<style>
a { background-color: #88432B; }
a { background-color: rgb(136,67,43); }
div.DivClassName
{
background-color: #88432B;
}
.BgClassName
{
background-color: #88432B;
}
</style>
border-color css
<style>
span { border-color: #88432B; }
span { border-color: rgb(136,67,43); }
td.TdClassName
{
border-color: #88432B;
}
.TagClassName
{
border-color: #88432B;
}
</style>