Shades of Fire #88442C
Tints of Fire #88442C
RGB
CMYK
RGB Variations
Color information
#88442C (or 0x88442C) is known color: Fire. HEX triplet: 88, 44 and 2C. RGB value is (136,68,44). Sum of RGB (Red+Green+Blue) = 136+68+44=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88442C is #77BBD3. Grayscale: #555555. Windows color (decimal): -7846868 or 2901128. OLE color: 2901128.
HSL color Cylindrical-coordinate representation of color #88442C: hue angle of 15.65º 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 #88442C is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 44 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.47 |
| HSL | 15.65º | 0.51% | 0.35% | - |
| HSV(B) | 15.65º | 0.68% | 0.53% | - |
| XYZ | 12.68 | 9.55 | 3.56 | - |
| YUV | 85.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 44 | 0 | 0.50 | 0.68 | 0.47 | 15.65 | 0.51 | 0.35 |
| Hex | 88 | 44 | 2C | 0 | 32 | 44 | 2F | 10 | 33 | 23 |
| Octal | 210 | 104 | 54 | 0 | 62 | 104 | 57 | 20 | 63 | 43 |
| Binary | 10001000 | 1000100 | 101100 | 0 | 110010 | 1000100 | 101111 | 10000 | 110011 | 100011 |
Color Harmonies of #88442C
Complementary color
Monochromatic Colors of #88442C
Black with #88442C
Text Example
Text Example
White with #88442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88442C; }
p { color: rgb(136,68,44); }
H1.HeaderClassName
{
color: #88442C;
}
.AnyTagClassName
{
color: #88442C;
}
</style>
background-color css
<style>
a { background-color: #88442C; }
a { background-color: rgb(136,68,44); }
div.DivClassName
{
background-color: #88442C;
}
.BgClassName
{
background-color: #88442C;
}
</style>
border-color css
<style>
span { border-color: #88442C; }
span { border-color: rgb(136,68,44); }
td.TdClassName
{
border-color: #88442C;
}
.TagClassName
{
border-color: #88442C;
}
</style>