Shades of Fire #873F24
Tints of Fire #873F24
RGB
CMYK
RGB Variations
Color information
#873F24 (or 0x873F24) is known color: Fire. HEX triplet: 87, 3F and 24. RGB value is (135,63,36). Sum of RGB (Red+Green+Blue) = 135+63+36=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #873F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F24 is #78C0DB. Grayscale: #515151. Windows color (decimal): -7913692 or 2375559. OLE color: 2375559.
HSL color Cylindrical-coordinate representation of color #873F24: hue angle of 16.36º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873F24 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 36 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.47 |
| HSL | 16.36º | 0.58% | 0.34% | - |
| HSV(B) | 16.36º | 0.73% | 0.53% | - |
| XYZ | 12.09 | 8.83 | 2.74 | - |
| YUV | 81.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 36 | 0 | 0.53 | 0.73 | 0.47 | 16.36 | 0.58 | 0.34 |
| Hex | 87 | 3F | 24 | 0 | 35 | 49 | 2F | 10 | 3A | 22 |
| Octal | 207 | 77 | 44 | 0 | 65 | 111 | 57 | 20 | 72 | 42 |
| Binary | 10000111 | 111111 | 100100 | 0 | 110101 | 1001001 | 101111 | 10000 | 111010 | 100010 |
Color Harmonies of #873F24
Complementary color
Monochromatic Colors of #873F24
Black with #873F24
Text Example
Text Example
White with #873F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F24; }
p { color: rgb(135,63,36); }
H1.HeaderClassName
{
color: #873F24;
}
.AnyTagClassName
{
color: #873F24;
}
</style>
background-color css
<style>
a { background-color: #873F24; }
a { background-color: rgb(135,63,36); }
div.DivClassName
{
background-color: #873F24;
}
.BgClassName
{
background-color: #873F24;
}
</style>
border-color css
<style>
span { border-color: #873F24; }
span { border-color: rgb(135,63,36); }
td.TdClassName
{
border-color: #873F24;
}
.TagClassName
{
border-color: #873F24;
}
</style>