Shades of Fire #873C24
Tints of Fire #873C24
RGB
CMYK
RGB Variations
Color information
#873C24 (or 0x873C24) is known color: Fire. HEX triplet: 87, 3C and 24. RGB value is (135,60,36). Sum of RGB (Red+Green+Blue) = 135+60+36=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #873C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C24 is #78C3DB. Grayscale: #4F4F4F. Windows color (decimal): -7914460 or 2374791. OLE color: 2374791.
HSL color Cylindrical-coordinate representation of color #873C24: hue angle of 14.55º 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 #873C24 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 36 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.47 |
| HSL | 14.55º | 0.58% | 0.34% | - |
| HSV(B) | 14.55º | 0.73% | 0.53% | - |
| XYZ | 11.93 | 8.51 | 2.68 | - |
| YUV | 79.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 36 | 0 | 0.56 | 0.73 | 0.47 | 14.55 | 0.58 | 0.34 |
| Hex | 87 | 3C | 24 | 0 | 38 | 49 | 2F | F | 3A | 22 |
| Octal | 207 | 74 | 44 | 0 | 70 | 111 | 57 | 17 | 72 | 42 |
| Binary | 10000111 | 111100 | 100100 | 0 | 111000 | 1001001 | 101111 | 1111 | 111010 | 100010 |
Color Harmonies of #873C24
Complementary color
Monochromatic Colors of #873C24
Black with #873C24
Text Example
Text Example
White with #873C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C24; }
p { color: rgb(135,60,36); }
H1.HeaderClassName
{
color: #873C24;
}
.AnyTagClassName
{
color: #873C24;
}
</style>
background-color css
<style>
a { background-color: #873C24; }
a { background-color: rgb(135,60,36); }
div.DivClassName
{
background-color: #873C24;
}
.BgClassName
{
background-color: #873C24;
}
</style>
border-color css
<style>
span { border-color: #873C24; }
span { border-color: rgb(135,60,36); }
td.TdClassName
{
border-color: #873C24;
}
.TagClassName
{
border-color: #873C24;
}
</style>