Shades of Fire #873F28
Tints of Fire #873F28
RGB
CMYK
RGB Variations
Color information
#873F28 (or 0x873F28) is known color: Fire. HEX triplet: 87, 3F and 28. RGB value is (135,63,40). Sum of RGB (Red+Green+Blue) = 135+63+40=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #873F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F28 is #78C0D7. Grayscale: #525252. Windows color (decimal): -7913688 or 2637703. OLE color: 2637703.
HSL color Cylindrical-coordinate representation of color #873F28: hue angle of 14.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873F28 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 40 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.47 |
| HSL | 14.53º | 0.54% | 0.34% | - |
| HSV(B) | 14.53º | 0.7% | 0.53% | - |
| XYZ | 12.15 | 8.86 | 3.08 | - |
| YUV | 81.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 40 | 0 | 0.53 | 0.70 | 0.47 | 14.53 | 0.54 | 0.34 |
| Hex | 87 | 3F | 28 | 0 | 35 | 46 | 2F | F | 36 | 22 |
| Octal | 207 | 77 | 50 | 0 | 65 | 106 | 57 | 17 | 66 | 42 |
| Binary | 10000111 | 111111 | 101000 | 0 | 110101 | 1000110 | 101111 | 1111 | 110110 | 100010 |
Color Harmonies of #873F28
Complementary color
Monochromatic Colors of #873F28
Black with #873F28
Text Example
Text Example
White with #873F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F28; }
p { color: rgb(135,63,40); }
H1.HeaderClassName
{
color: #873F28;
}
.AnyTagClassName
{
color: #873F28;
}
</style>
background-color css
<style>
a { background-color: #873F28; }
a { background-color: rgb(135,63,40); }
div.DivClassName
{
background-color: #873F28;
}
.BgClassName
{
background-color: #873F28;
}
</style>
border-color css
<style>
span { border-color: #873F28; }
span { border-color: rgb(135,63,40); }
td.TdClassName
{
border-color: #873F28;
}
.TagClassName
{
border-color: #873F28;
}
</style>