Shades of Fire #85412B
Tints of Fire #85412B
RGB
CMYK
RGB Variations
Color information
#85412B (or 0x85412B) is known color: Fire. HEX triplet: 85, 41 and 2B. RGB value is (133,65,43). Sum of RGB (Red+Green+Blue) = 133+65+43=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85412B is #7ABED4. Grayscale: #525252. Windows color (decimal): -8044245 or 2834821. OLE color: 2834821.
HSL color Cylindrical-coordinate representation of color #85412B: hue angle of 14.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85412B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 43 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.48 |
| HSL | 14.67º | 0.51% | 0.35% | - |
| HSV(B) | 14.67º | 0.68% | 0.52% | - |
| XYZ | 12 | 8.94 | 3.38 | - |
| YUV | 82.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 43 | 0 | 0.51 | 0.68 | 0.48 | 14.67 | 0.51 | 0.35 |
| Hex | 85 | 41 | 2B | 0 | 33 | 44 | 30 | F | 33 | 23 |
| Octal | 205 | 101 | 53 | 0 | 63 | 104 | 60 | 17 | 63 | 43 |
| Binary | 10000101 | 1000001 | 101011 | 0 | 110011 | 1000100 | 110000 | 1111 | 110011 | 100011 |
Color Harmonies of #85412B
Complementary color
Monochromatic Colors of #85412B
Black with #85412B
Text Example
Text Example
White with #85412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85412B; }
p { color: rgb(133,65,43); }
H1.HeaderClassName
{
color: #85412B;
}
.AnyTagClassName
{
color: #85412B;
}
</style>
background-color css
<style>
a { background-color: #85412B; }
a { background-color: rgb(133,65,43); }
div.DivClassName
{
background-color: #85412B;
}
.BgClassName
{
background-color: #85412B;
}
</style>
border-color css
<style>
span { border-color: #85412B; }
span { border-color: rgb(133,65,43); }
td.TdClassName
{
border-color: #85412B;
}
.TagClassName
{
border-color: #85412B;
}
</style>