Shades of Fire #884222
Tints of Fire #884222
RGB
CMYK
RGB Variations
Color information
#884222 (or 0x884222) is known color: Fire. HEX triplet: 88, 42 and 22. RGB value is (136,66,34). Sum of RGB (Red+Green+Blue) = 136+66+34=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #884222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884222 is #77BDDD. Grayscale: #535353. Windows color (decimal): -7847390 or 2245256. OLE color: 2245256.
HSL color Cylindrical-coordinate representation of color #884222: hue angle of 18.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #884222 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 34 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.47 |
| HSL | 18.82º | 0.6% | 0.33% | - |
| HSV(B) | 18.82º | 0.75% | 0.53% | - |
| XYZ | 12.39 | 9.25 | 2.65 | - |
| YUV | 83.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 34 | 0 | 0.51 | 0.75 | 0.47 | 18.82 | 0.6 | 0.33 |
| Hex | 88 | 42 | 22 | 0 | 33 | 4B | 2F | 13 | 3C | 21 |
| Octal | 210 | 102 | 42 | 0 | 63 | 113 | 57 | 23 | 74 | 41 |
| Binary | 10001000 | 1000010 | 100010 | 0 | 110011 | 1001011 | 101111 | 10011 | 111100 | 100001 |
Color Harmonies of #884222
Complementary color
Monochromatic Colors of #884222
Black with #884222
Text Example
Text Example
White with #884222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884222; }
p { color: rgb(136,66,34); }
H1.HeaderClassName
{
color: #884222;
}
.AnyTagClassName
{
color: #884222;
}
</style>
background-color css
<style>
a { background-color: #884222; }
a { background-color: rgb(136,66,34); }
div.DivClassName
{
background-color: #884222;
}
.BgClassName
{
background-color: #884222;
}
</style>
border-color css
<style>
span { border-color: #884222; }
span { border-color: rgb(136,66,34); }
td.TdClassName
{
border-color: #884222;
}
.TagClassName
{
border-color: #884222;
}
</style>