Shades of Fire #88432F
Tints of Fire #88432F
RGB
CMYK
RGB Variations
Color information
#88432F (or 0x88432F) is known color: Fire. HEX triplet: 88, 43 and 2F. RGB value is (136,67,47). Sum of RGB (Red+Green+Blue) = 136+67+47=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88432F is #77BCD0. Grayscale: #555555. Windows color (decimal): -7847121 or 3097480. OLE color: 3097480.
HSL color Cylindrical-coordinate representation of color #88432F: hue angle of 13.48º 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 #88432F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 47 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.47 |
| HSL | 13.48º | 0.49% | 0.36% | - |
| HSV(B) | 13.48º | 0.65% | 0.53% | - |
| XYZ | 12.67 | 9.45 | 3.85 | - |
| YUV | 85.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 47 | 0 | 0.51 | 0.65 | 0.47 | 13.48 | 0.49 | 0.36 |
| Hex | 88 | 43 | 2F | 0 | 33 | 41 | 2F | D | 31 | 24 |
| Octal | 210 | 103 | 57 | 0 | 63 | 101 | 57 | 15 | 61 | 44 |
| Binary | 10001000 | 1000011 | 101111 | 0 | 110011 | 1000001 | 101111 | 1101 | 110001 | 100100 |
Color Harmonies of #88432F
Complementary color
Monochromatic Colors of #88432F
Black with #88432F
Text Example
Text Example
White with #88432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88432F; }
p { color: rgb(136,67,47); }
H1.HeaderClassName
{
color: #88432F;
}
.AnyTagClassName
{
color: #88432F;
}
</style>
background-color css
<style>
a { background-color: #88432F; }
a { background-color: rgb(136,67,47); }
div.DivClassName
{
background-color: #88432F;
}
.BgClassName
{
background-color: #88432F;
}
</style>
border-color css
<style>
span { border-color: #88432F; }
span { border-color: rgb(136,67,47); }
td.TdClassName
{
border-color: #88432F;
}
.TagClassName
{
border-color: #88432F;
}
</style>