Shades of Fire #854024
Tints of Fire #854024
RGB
CMYK
RGB Variations
Color information
#854024 (or 0x854024) is known color: Fire. HEX triplet: 85, 40 and 24. RGB value is (133,64,36). Sum of RGB (Red+Green+Blue) = 133+64+36=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #854024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854024 is #7ABFDB. Grayscale: #515151. Windows color (decimal): -8044508 or 2375813. OLE color: 2375813.
HSL color Cylindrical-coordinate representation of color #854024: hue angle of 17.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #854024 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 36 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.48 |
| HSL | 17.32º | 0.57% | 0.33% | - |
| HSV(B) | 17.32º | 0.73% | 0.52% | - |
| XYZ | 11.82 | 8.78 | 2.74 | - |
| YUV | 81.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 36 | 0 | 0.52 | 0.73 | 0.48 | 17.32 | 0.57 | 0.33 |
| Hex | 85 | 40 | 24 | 0 | 34 | 49 | 30 | 11 | 39 | 21 |
| Octal | 205 | 100 | 44 | 0 | 64 | 111 | 60 | 21 | 71 | 41 |
| Binary | 10000101 | 1000000 | 100100 | 0 | 110100 | 1001001 | 110000 | 10001 | 111001 | 100001 |
Color Harmonies of #854024
Complementary color
Monochromatic Colors of #854024
Black with #854024
Text Example
Text Example
White with #854024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854024; }
p { color: rgb(133,64,36); }
H1.HeaderClassName
{
color: #854024;
}
.AnyTagClassName
{
color: #854024;
}
</style>
background-color css
<style>
a { background-color: #854024; }
a { background-color: rgb(133,64,36); }
div.DivClassName
{
background-color: #854024;
}
.BgClassName
{
background-color: #854024;
}
</style>
border-color css
<style>
span { border-color: #854024; }
span { border-color: rgb(133,64,36); }
td.TdClassName
{
border-color: #854024;
}
.TagClassName
{
border-color: #854024;
}
</style>