Shades of Fire #88452C
Tints of Fire #88452C
RGB
CMYK
RGB Variations
Color information
#88452C (or 0x88452C) is known color: Fire. HEX triplet: 88, 45 and 2C. RGB value is (136,69,44). Sum of RGB (Red+Green+Blue) = 136+69+44=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88452C is #77BAD3. Grayscale: #565656. Windows color (decimal): -7846612 or 2901384. OLE color: 2901384.
HSL color Cylindrical-coordinate representation of color #88452C: hue angle of 16.3º degrees, saturation: 0.51, 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 #88452C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 44 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.47 |
| HSL | 16.3º | 0.51% | 0.35% | - |
| HSV(B) | 16.3º | 0.68% | 0.53% | - |
| XYZ | 12.74 | 9.67 | 3.58 | - |
| YUV | 86.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 44 | 0 | 0.49 | 0.68 | 0.47 | 16.3 | 0.51 | 0.35 |
| Hex | 88 | 45 | 2C | 0 | 31 | 44 | 2F | 10 | 33 | 23 |
| Octal | 210 | 105 | 54 | 0 | 61 | 104 | 57 | 20 | 63 | 43 |
| Binary | 10001000 | 1000101 | 101100 | 0 | 110001 | 1000100 | 101111 | 10000 | 110011 | 100011 |
Color Harmonies of #88452C
Complementary color
Monochromatic Colors of #88452C
Black with #88452C
Text Example
Text Example
White with #88452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88452C; }
p { color: rgb(136,69,44); }
H1.HeaderClassName
{
color: #88452C;
}
.AnyTagClassName
{
color: #88452C;
}
</style>
background-color css
<style>
a { background-color: #88452C; }
a { background-color: rgb(136,69,44); }
div.DivClassName
{
background-color: #88452C;
}
.BgClassName
{
background-color: #88452C;
}
</style>
border-color css
<style>
span { border-color: #88452C; }
span { border-color: rgb(136,69,44); }
td.TdClassName
{
border-color: #88452C;
}
.TagClassName
{
border-color: #88452C;
}
</style>