Shades of Fire #884121
Tints of Fire #884121
RGB
CMYK
RGB Variations
Color information
#884121 (or 0x884121) is known color: Fire. HEX triplet: 88, 41 and 21. RGB value is (136,65,33). Sum of RGB (Red+Green+Blue) = 136+65+33=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #884121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884121 is #77BEDE. Grayscale: #525252. Windows color (decimal): -7847647 or 2179464. OLE color: 2179464.
HSL color Cylindrical-coordinate representation of color #884121: hue angle of 18.64º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #884121 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 33 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.47 |
| HSL | 18.64º | 0.61% | 0.33% | - |
| HSV(B) | 18.64º | 0.76% | 0.53% | - |
| XYZ | 12.32 | 9.12 | 2.55 | - |
| YUV | 82.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 33 | 0 | 0.52 | 0.76 | 0.47 | 18.64 | 0.61 | 0.33 |
| Hex | 88 | 41 | 21 | 0 | 34 | 4C | 2F | 13 | 3D | 21 |
| Octal | 210 | 101 | 41 | 0 | 64 | 114 | 57 | 23 | 75 | 41 |
| Binary | 10001000 | 1000001 | 100001 | 0 | 110100 | 1001100 | 101111 | 10011 | 111101 | 100001 |
Color Harmonies of #884121
Complementary color
Monochromatic Colors of #884121
Black with #884121
Text Example
Text Example
White with #884121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884121; }
p { color: rgb(136,65,33); }
H1.HeaderClassName
{
color: #884121;
}
.AnyTagClassName
{
color: #884121;
}
</style>
background-color css
<style>
a { background-color: #884121; }
a { background-color: rgb(136,65,33); }
div.DivClassName
{
background-color: #884121;
}
.BgClassName
{
background-color: #884121;
}
</style>
border-color css
<style>
span { border-color: #884121; }
span { border-color: rgb(136,65,33); }
td.TdClassName
{
border-color: #884121;
}
.TagClassName
{
border-color: #884121;
}
</style>