Shades of Crab Apple #85332D
Tints of Crab Apple #85332D
RGB
CMYK
RGB Variations
Color information
#85332D (or 0x85332D) is known color: Crab Apple. HEX triplet: 85, 33 and 2D. RGB value is (133,51,45). Sum of RGB (Red+Green+Blue) = 133+51+45=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85332D is #7ACCD2. Grayscale: #4A4A4A. Windows color (decimal): -8047827 or 2962309. OLE color: 2962309.
HSL color Cylindrical-coordinate representation of color #85332D: hue angle of 4.09º 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 #85332D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 45 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.48 |
| HSL | 4.09º | 0.49% | 0.35% | - |
| HSV(B) | 4.09º | 0.66% | 0.52% | - |
| XYZ | 11.33 | 7.54 | 3.34 | - |
| YUV | 74.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 45 | 0 | 0.62 | 0.66 | 0.48 | 4.09 | 0.49 | 0.35 |
| Hex | 85 | 33 | 2D | 0 | 3E | 42 | 30 | 4 | 31 | 23 |
| Octal | 205 | 63 | 55 | 0 | 76 | 102 | 60 | 4 | 61 | 43 |
| Binary | 10000101 | 110011 | 101101 | 0 | 111110 | 1000010 | 110000 | 100 | 110001 | 100011 |
Color Harmonies of #85332D
Complementary color
Monochromatic Colors of #85332D
Black with #85332D
Text Example
Text Example
White with #85332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85332D; }
p { color: rgb(133,51,45); }
H1.HeaderClassName
{
color: #85332D;
}
.AnyTagClassName
{
color: #85332D;
}
</style>
background-color css
<style>
a { background-color: #85332D; }
a { background-color: rgb(133,51,45); }
div.DivClassName
{
background-color: #85332D;
}
.BgClassName
{
background-color: #85332D;
}
</style>
border-color css
<style>
span { border-color: #85332D; }
span { border-color: rgb(133,51,45); }
td.TdClassName
{
border-color: #85332D;
}
.TagClassName
{
border-color: #85332D;
}
</style>