Shades of Crab Apple #85332C
Tints of Crab Apple #85332C
RGB
CMYK
RGB Variations
Color information
#85332C (or 0x85332C) is known color: Crab Apple. HEX triplet: 85, 33 and 2C. RGB value is (133,51,44). Sum of RGB (Red+Green+Blue) = 133+51+44=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85332C is #7ACCD3. Grayscale: #4A4A4A. Windows color (decimal): -8047828 or 2896773. OLE color: 2896773.
HSL color Cylindrical-coordinate representation of color #85332C: hue angle of 4.72º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85332C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 44 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.48 |
| HSL | 4.72º | 0.5% | 0.35% | - |
| HSV(B) | 4.72º | 0.67% | 0.52% | - |
| XYZ | 11.31 | 7.54 | 3.24 | - |
| YUV | 74.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 44 | 0 | 0.62 | 0.67 | 0.48 | 4.72 | 0.5 | 0.35 |
| Hex | 85 | 33 | 2C | 0 | 3E | 43 | 30 | 5 | 32 | 23 |
| Octal | 205 | 63 | 54 | 0 | 76 | 103 | 60 | 5 | 62 | 43 |
| Binary | 10000101 | 110011 | 101100 | 0 | 111110 | 1000011 | 110000 | 101 | 110010 | 100011 |
Color Harmonies of #85332C
Complementary color
Monochromatic Colors of #85332C
Black with #85332C
Text Example
Text Example
White with #85332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85332C; }
p { color: rgb(133,51,44); }
H1.HeaderClassName
{
color: #85332C;
}
.AnyTagClassName
{
color: #85332C;
}
</style>
background-color css
<style>
a { background-color: #85332C; }
a { background-color: rgb(133,51,44); }
div.DivClassName
{
background-color: #85332C;
}
.BgClassName
{
background-color: #85332C;
}
</style>
border-color css
<style>
span { border-color: #85332C; }
span { border-color: rgb(133,51,44); }
td.TdClassName
{
border-color: #85332C;
}
.TagClassName
{
border-color: #85332C;
}
</style>