Shades of Fire #874023
Tints of Fire #874023
RGB
CMYK
RGB Variations
Color information
#874023 (or 0x874023) is known color: Fire. HEX triplet: 87, 40 and 23. RGB value is (135,64,35). Sum of RGB (Red+Green+Blue) = 135+64+35=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #874023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874023 is #78BFDC. Grayscale: #525252. Windows color (decimal): -7913437 or 2310279. OLE color: 2310279.
HSL color Cylindrical-coordinate representation of color #874023: hue angle of 17.4º 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 #874023 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 35 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.47 |
| HSL | 17.4º | 0.59% | 0.33% | - |
| HSV(B) | 17.4º | 0.74% | 0.53% | - |
| XYZ | 12.13 | 8.94 | 2.68 | - |
| YUV | 81.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 35 | 0 | 0.53 | 0.74 | 0.47 | 17.4 | 0.59 | 0.33 |
| Hex | 87 | 40 | 23 | 0 | 35 | 4A | 2F | 11 | 3B | 21 |
| Octal | 207 | 100 | 43 | 0 | 65 | 112 | 57 | 21 | 73 | 41 |
| Binary | 10000111 | 1000000 | 100011 | 0 | 110101 | 1001010 | 101111 | 10001 | 111011 | 100001 |
Color Harmonies of #874023
Complementary color
Monochromatic Colors of #874023
Black with #874023
Text Example
Text Example
White with #874023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874023; }
p { color: rgb(135,64,35); }
H1.HeaderClassName
{
color: #874023;
}
.AnyTagClassName
{
color: #874023;
}
</style>
background-color css
<style>
a { background-color: #874023; }
a { background-color: rgb(135,64,35); }
div.DivClassName
{
background-color: #874023;
}
.BgClassName
{
background-color: #874023;
}
</style>
border-color css
<style>
span { border-color: #874023; }
span { border-color: rgb(135,64,35); }
td.TdClassName
{
border-color: #874023;
}
.TagClassName
{
border-color: #874023;
}
</style>