Shades of Fire #873D1F
Tints of Fire #873D1F
RGB
CMYK
RGB Variations
Color information
#873D1F (or 0x873D1F) is known color: Fire. HEX triplet: 87, 3D and 1F. RGB value is (135,61,31). Sum of RGB (Red+Green+Blue) = 135+61+31=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #873D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D1F is #78C2E0. Grayscale: #4F4F4F. Windows color (decimal): -7914209 or 2047367. OLE color: 2047367.
HSL color Cylindrical-coordinate representation of color #873D1F: hue angle of 17.31º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #873D1F is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 31 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.47 |
| HSL | 17.31º | 0.63% | 0.33% | - |
| HSV(B) | 17.31º | 0.77% | 0.53% | - |
| XYZ | 11.91 | 8.59 | 2.33 | - |
| YUV | 79.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 31 | 0 | 0.55 | 0.77 | 0.47 | 17.31 | 0.63 | 0.33 |
| Hex | 87 | 3D | 1F | 0 | 37 | 4D | 2F | 11 | 3F | 21 |
| Octal | 207 | 75 | 37 | 0 | 67 | 115 | 57 | 21 | 77 | 41 |
| Binary | 10000111 | 111101 | 11111 | 0 | 110111 | 1001101 | 101111 | 10001 | 111111 | 100001 |
Color Harmonies of #873D1F
Complementary color
Monochromatic Colors of #873D1F
Black with #873D1F
Text Example
Text Example
White with #873D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D1F; }
p { color: rgb(135,61,31); }
H1.HeaderClassName
{
color: #873D1F;
}
.AnyTagClassName
{
color: #873D1F;
}
</style>
background-color css
<style>
a { background-color: #873D1F; }
a { background-color: rgb(135,61,31); }
div.DivClassName
{
background-color: #873D1F;
}
.BgClassName
{
background-color: #873D1F;
}
</style>
border-color css
<style>
span { border-color: #873D1F; }
span { border-color: rgb(135,61,31); }
td.TdClassName
{
border-color: #873D1F;
}
.TagClassName
{
border-color: #873D1F;
}
</style>