Shades of Fire #873F27
Tints of Fire #873F27
RGB
CMYK
RGB Variations
Color information
#873F27 (or 0x873F27) is known color: Fire. HEX triplet: 87, 3F and 27. RGB value is (135,63,39). Sum of RGB (Red+Green+Blue) = 135+63+39=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #873F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F27 is #78C0D8. Grayscale: #515151. Windows color (decimal): -7913689 or 2572167. OLE color: 2572167.
HSL color Cylindrical-coordinate representation of color #873F27: hue angle of 15º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873F27 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 39 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.47 |
| HSL | 15º | 0.55% | 0.34% | - |
| HSV(B) | 15º | 0.71% | 0.53% | - |
| XYZ | 12.14 | 8.85 | 2.99 | - |
| YUV | 81.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 39 | 0 | 0.53 | 0.71 | 0.47 | 15 | 0.55 | 0.34 |
| Hex | 87 | 3F | 27 | 0 | 35 | 47 | 2F | F | 37 | 22 |
| Octal | 207 | 77 | 47 | 0 | 65 | 107 | 57 | 17 | 67 | 42 |
| Binary | 10000111 | 111111 | 100111 | 0 | 110101 | 1000111 | 101111 | 1111 | 110111 | 100010 |
Color Harmonies of #873F27
Complementary color
Monochromatic Colors of #873F27
Black with #873F27
Text Example
Text Example
White with #873F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F27; }
p { color: rgb(135,63,39); }
H1.HeaderClassName
{
color: #873F27;
}
.AnyTagClassName
{
color: #873F27;
}
</style>
background-color css
<style>
a { background-color: #873F27; }
a { background-color: rgb(135,63,39); }
div.DivClassName
{
background-color: #873F27;
}
.BgClassName
{
background-color: #873F27;
}
</style>
border-color css
<style>
span { border-color: #873F27; }
span { border-color: rgb(135,63,39); }
td.TdClassName
{
border-color: #873F27;
}
.TagClassName
{
border-color: #873F27;
}
</style>