Shades of Fire #883F24
Tints of Fire #883F24
RGB
CMYK
RGB Variations
Color information
#883F24 (or 0x883F24) is known color: Fire. HEX triplet: 88, 3F and 24. RGB value is (136,63,36). Sum of RGB (Red+Green+Blue) = 136+63+36=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #883F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F24 is #77C0DB. Grayscale: #515151. Windows color (decimal): -7848156 or 2375560. OLE color: 2375560.
HSL color Cylindrical-coordinate representation of color #883F24: hue angle of 16.2º 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 #883F24 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 36 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.47 |
| HSL | 16.2º | 0.58% | 0.34% | - |
| HSV(B) | 16.2º | 0.74% | 0.53% | - |
| XYZ | 12.25 | 8.92 | 2.74 | - |
| YUV | 81.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 36 | 0 | 0.54 | 0.74 | 0.47 | 16.2 | 0.58 | 0.34 |
| Hex | 88 | 3F | 24 | 0 | 36 | 4A | 2F | 10 | 3A | 22 |
| Octal | 210 | 77 | 44 | 0 | 66 | 112 | 57 | 20 | 72 | 42 |
| Binary | 10001000 | 111111 | 100100 | 0 | 110110 | 1001010 | 101111 | 10000 | 111010 | 100010 |
Color Harmonies of #883F24
Complementary color
Monochromatic Colors of #883F24
Black with #883F24
Text Example
Text Example
White with #883F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F24; }
p { color: rgb(136,63,36); }
H1.HeaderClassName
{
color: #883F24;
}
.AnyTagClassName
{
color: #883F24;
}
</style>
background-color css
<style>
a { background-color: #883F24; }
a { background-color: rgb(136,63,36); }
div.DivClassName
{
background-color: #883F24;
}
.BgClassName
{
background-color: #883F24;
}
</style>
border-color css
<style>
span { border-color: #883F24; }
span { border-color: rgb(136,63,36); }
td.TdClassName
{
border-color: #883F24;
}
.TagClassName
{
border-color: #883F24;
}
</style>