Shades of Fire #853C29
Tints of Fire #853C29
RGB
CMYK
RGB Variations
Color information
#853C29 (or 0x853C29) is known color: Fire. HEX triplet: 85, 3C and 29. RGB value is (133,60,41). Sum of RGB (Red+Green+Blue) = 133+60+41=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #853C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C29 is #7AC3D6. Grayscale: #4F4F4F. Windows color (decimal): -8045527 or 2702469. OLE color: 2702469.
HSL color Cylindrical-coordinate representation of color #853C29: hue angle of 12.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853C29 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 41 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.48 |
| HSL | 12.39º | 0.53% | 0.34% | - |
| HSV(B) | 12.39º | 0.69% | 0.52% | - |
| XYZ | 11.69 | 8.38 | 3.1 | - |
| YUV | 79.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 41 | 0 | 0.55 | 0.69 | 0.48 | 12.39 | 0.53 | 0.34 |
| Hex | 85 | 3C | 29 | 0 | 37 | 45 | 30 | C | 35 | 22 |
| Octal | 205 | 74 | 51 | 0 | 67 | 105 | 60 | 14 | 65 | 42 |
| Binary | 10000101 | 111100 | 101001 | 0 | 110111 | 1000101 | 110000 | 1100 | 110101 | 100010 |
Color Harmonies of #853C29
Complementary color
Monochromatic Colors of #853C29
Black with #853C29
Text Example
Text Example
White with #853C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C29; }
p { color: rgb(133,60,41); }
H1.HeaderClassName
{
color: #853C29;
}
.AnyTagClassName
{
color: #853C29;
}
</style>
background-color css
<style>
a { background-color: #853C29; }
a { background-color: rgb(133,60,41); }
div.DivClassName
{
background-color: #853C29;
}
.BgClassName
{
background-color: #853C29;
}
</style>
border-color css
<style>
span { border-color: #853C29; }
span { border-color: rgb(133,60,41); }
td.TdClassName
{
border-color: #853C29;
}
.TagClassName
{
border-color: #853C29;
}
</style>