Shades of Shiraz #85213F
Tints of Shiraz #85213F
RGB
CMYK
RGB Variations
Color information
#85213F (or 0x85213F) is known color: Shiraz. HEX triplet: 85, 21 and 3F. RGB value is (133,33,63). Sum of RGB (Red+Green+Blue) = 133+33+63=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85213F is #7ADEC0. Grayscale: #424242. Windows color (decimal): -8052417 or 4137349. OLE color: 4137349.
HSL color Cylindrical-coordinate representation of color #85213F: hue angle of 342º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85213F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 63 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.48 |
| HSL | 342º | 0.6% | 0.33% | - |
| HSV(B) | 342º | 0.75% | 0.52% | - |
| XYZ | 11.11 | 6.43 | 5.36 | - |
| YUV | 66.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 63 | 0 | 0.75 | 0.53 | 0.48 | 342 | 0.6 | 0.33 |
| Hex | 85 | 21 | 3F | 0 | 4B | 35 | 30 | 156 | 3C | 21 |
| Octal | 205 | 41 | 77 | 0 | 113 | 65 | 60 | 526 | 74 | 41 |
| Binary | 10000101 | 100001 | 111111 | 0 | 1001011 | 110101 | 110000 | 101010110 | 111100 | 100001 |
Color Harmonies of #85213F
Complementary color
Monochromatic Colors of #85213F
Black with #85213F
Text Example
Text Example
White with #85213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85213F; }
p { color: rgb(133,33,63); }
H1.HeaderClassName
{
color: #85213F;
}
.AnyTagClassName
{
color: #85213F;
}
</style>
background-color css
<style>
a { background-color: #85213F; }
a { background-color: rgb(133,33,63); }
div.DivClassName
{
background-color: #85213F;
}
.BgClassName
{
background-color: #85213F;
}
</style>
border-color css
<style>
span { border-color: #85213F; }
span { border-color: rgb(133,33,63); }
td.TdClassName
{
border-color: #85213F;
}
.TagClassName
{
border-color: #85213F;
}
</style>