Shades of Fire #884224
Tints of Fire #884224
RGB
CMYK
RGB Variations
Color information
#884224 (or 0x884224) is known color: Fire. HEX triplet: 88, 42 and 24. RGB value is (136,66,36). Sum of RGB (Red+Green+Blue) = 136+66+36=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #884224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884224 is #77BDDB. Grayscale: #535353. Windows color (decimal): -7847388 or 2376328. OLE color: 2376328.
HSL color Cylindrical-coordinate representation of color #884224: hue angle of 18º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #884224 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 36 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.47 |
| HSL | 18º | 0.58% | 0.34% | - |
| HSV(B) | 18º | 0.74% | 0.53% | - |
| XYZ | 12.42 | 9.26 | 2.8 | - |
| YUV | 83.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 36 | 0 | 0.51 | 0.74 | 0.47 | 18 | 0.58 | 0.34 |
| Hex | 88 | 42 | 24 | 0 | 33 | 4A | 2F | 12 | 3A | 22 |
| Octal | 210 | 102 | 44 | 0 | 63 | 112 | 57 | 22 | 72 | 42 |
| Binary | 10001000 | 1000010 | 100100 | 0 | 110011 | 1001010 | 101111 | 10010 | 111010 | 100010 |
Color Harmonies of #884224
Complementary color
Monochromatic Colors of #884224
Black with #884224
Text Example
Text Example
White with #884224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884224; }
p { color: rgb(136,66,36); }
H1.HeaderClassName
{
color: #884224;
}
.AnyTagClassName
{
color: #884224;
}
</style>
background-color css
<style>
a { background-color: #884224; }
a { background-color: rgb(136,66,36); }
div.DivClassName
{
background-color: #884224;
}
.BgClassName
{
background-color: #884224;
}
</style>
border-color css
<style>
span { border-color: #884224; }
span { border-color: rgb(136,66,36); }
td.TdClassName
{
border-color: #884224;
}
.TagClassName
{
border-color: #884224;
}
</style>