Shades of Fire #873C1E
Tints of Fire #873C1E
RGB
CMYK
RGB Variations
Color information
#873C1E (or 0x873C1E) is known color: Fire. HEX triplet: 87, 3C and 1E. RGB value is (135,60,30). Sum of RGB (Red+Green+Blue) = 135+60+30=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #873C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C1E is #78C3E1. Grayscale: #4F4F4F. Windows color (decimal): -7914466 or 1981575. OLE color: 1981575.
HSL color Cylindrical-coordinate representation of color #873C1E: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #873C1E is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 30 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.47 |
| HSL | 17.14º | 0.64% | 0.32% | - |
| HSV(B) | 17.14º | 0.78% | 0.53% | - |
| XYZ | 11.84 | 8.48 | 2.24 | - |
| YUV | 79.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 30 | 0 | 0.56 | 0.78 | 0.47 | 17.14 | 0.64 | 0.32 |
| Hex | 87 | 3C | 1E | 0 | 38 | 4E | 2F | 11 | 40 | 20 |
| Octal | 207 | 74 | 36 | 0 | 70 | 116 | 57 | 21 | 100 | 40 |
| Binary | 10000111 | 111100 | 11110 | 0 | 111000 | 1001110 | 101111 | 10001 | 1000000 | 100000 |
Color Harmonies of #873C1E
Complementary color
Monochromatic Colors of #873C1E
Black with #873C1E
Text Example
Text Example
White with #873C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C1E; }
p { color: rgb(135,60,30); }
H1.HeaderClassName
{
color: #873C1E;
}
.AnyTagClassName
{
color: #873C1E;
}
</style>
background-color css
<style>
a { background-color: #873C1E; }
a { background-color: rgb(135,60,30); }
div.DivClassName
{
background-color: #873C1E;
}
.BgClassName
{
background-color: #873C1E;
}
</style>
border-color css
<style>
span { border-color: #873C1E; }
span { border-color: rgb(135,60,30); }
td.TdClassName
{
border-color: #873C1E;
}
.TagClassName
{
border-color: #873C1E;
}
</style>