Shades of Fire #873C23
Tints of Fire #873C23
RGB
CMYK
RGB Variations
Color information
#873C23 (or 0x873C23) is known color: Fire. HEX triplet: 87, 3C and 23. RGB value is (135,60,35). Sum of RGB (Red+Green+Blue) = 135+60+35=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #873C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C23 is #78C3DC. Grayscale: #4F4F4F. Windows color (decimal): -7914461 or 2309255. OLE color: 2309255.
HSL color Cylindrical-coordinate representation of color #873C23: hue angle of 15º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873C23 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 35 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.47 |
| HSL | 15º | 0.59% | 0.33% | - |
| HSV(B) | 15º | 0.74% | 0.53% | - |
| XYZ | 11.91 | 8.5 | 2.6 | - |
| YUV | 79.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 35 | 0 | 0.56 | 0.74 | 0.47 | 15 | 0.59 | 0.33 |
| Hex | 87 | 3C | 23 | 0 | 38 | 4A | 2F | F | 3B | 21 |
| Octal | 207 | 74 | 43 | 0 | 70 | 112 | 57 | 17 | 73 | 41 |
| Binary | 10000111 | 111100 | 100011 | 0 | 111000 | 1001010 | 101111 | 1111 | 111011 | 100001 |
Color Harmonies of #873C23
Complementary color
Monochromatic Colors of #873C23
Black with #873C23
Text Example
Text Example
White with #873C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C23; }
p { color: rgb(135,60,35); }
H1.HeaderClassName
{
color: #873C23;
}
.AnyTagClassName
{
color: #873C23;
}
</style>
background-color css
<style>
a { background-color: #873C23; }
a { background-color: rgb(135,60,35); }
div.DivClassName
{
background-color: #873C23;
}
.BgClassName
{
background-color: #873C23;
}
</style>
border-color css
<style>
span { border-color: #873C23; }
span { border-color: rgb(135,60,35); }
td.TdClassName
{
border-color: #873C23;
}
.TagClassName
{
border-color: #873C23;
}
</style>