Shades of Fire #85412D
Tints of Fire #85412D
RGB
CMYK
RGB Variations
Color information
#85412D (or 0x85412D) is known color: Fire. HEX triplet: 85, 41 and 2D. RGB value is (133,65,45). Sum of RGB (Red+Green+Blue) = 133+65+45=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85412D is #7ABED2. Grayscale: #535353. Windows color (decimal): -8044243 or 2965893. OLE color: 2965893.
HSL color Cylindrical-coordinate representation of color #85412D: hue angle of 13.64º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85412D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 45 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.48 |
| HSL | 13.64º | 0.49% | 0.35% | - |
| HSV(B) | 13.64º | 0.66% | 0.52% | - |
| XYZ | 12.04 | 8.96 | 3.58 | - |
| YUV | 83.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 45 | 0 | 0.51 | 0.66 | 0.48 | 13.64 | 0.49 | 0.35 |
| Hex | 85 | 41 | 2D | 0 | 33 | 42 | 30 | E | 31 | 23 |
| Octal | 205 | 101 | 55 | 0 | 63 | 102 | 60 | 16 | 61 | 43 |
| Binary | 10000101 | 1000001 | 101101 | 0 | 110011 | 1000010 | 110000 | 1110 | 110001 | 100011 |
Color Harmonies of #85412D
Complementary color
Monochromatic Colors of #85412D
Black with #85412D
Text Example
Text Example
White with #85412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85412D; }
p { color: rgb(133,65,45); }
H1.HeaderClassName
{
color: #85412D;
}
.AnyTagClassName
{
color: #85412D;
}
</style>
background-color css
<style>
a { background-color: #85412D; }
a { background-color: rgb(133,65,45); }
div.DivClassName
{
background-color: #85412D;
}
.BgClassName
{
background-color: #85412D;
}
</style>
border-color css
<style>
span { border-color: #85412D; }
span { border-color: rgb(133,65,45); }
td.TdClassName
{
border-color: #85412D;
}
.TagClassName
{
border-color: #85412D;
}
</style>