Shades of Shiraz #85203B
Tints of Shiraz #85203B
RGB
CMYK
RGB Variations
Color information
#85203B (or 0x85203B) is known color: Shiraz. HEX triplet: 85, 20 and 3B. RGB value is (133,32,59). Sum of RGB (Red+Green+Blue) = 133+32+59=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85203B is #7ADFC4. Grayscale: #414141. Windows color (decimal): -8052677 or 3874949. OLE color: 3874949.
HSL color Cylindrical-coordinate representation of color #85203B: hue angle of 343.96º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85203B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 59 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.48 |
| HSL | 343.96º | 0.61% | 0.32% | - |
| HSV(B) | 343.96º | 0.76% | 0.52% | - |
| XYZ | 10.98 | 6.34 | 4.78 | - |
| YUV | 65.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 59 | 0 | 0.76 | 0.56 | 0.48 | 343.96 | 0.61 | 0.32 |
| Hex | 85 | 20 | 3B | 0 | 4C | 38 | 30 | 158 | 3D | 20 |
| Octal | 205 | 40 | 73 | 0 | 114 | 70 | 60 | 530 | 75 | 40 |
| Binary | 10000101 | 100000 | 111011 | 0 | 1001100 | 111000 | 110000 | 101011000 | 111101 | 100000 |
Color Harmonies of #85203B
Complementary color
Monochromatic Colors of #85203B
Black with #85203B
Text Example
Text Example
White with #85203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85203B; }
p { color: rgb(133,32,59); }
H1.HeaderClassName
{
color: #85203B;
}
.AnyTagClassName
{
color: #85203B;
}
</style>
background-color css
<style>
a { background-color: #85203B; }
a { background-color: rgb(133,32,59); }
div.DivClassName
{
background-color: #85203B;
}
.BgClassName
{
background-color: #85203B;
}
</style>
border-color css
<style>
span { border-color: #85203B; }
span { border-color: rgb(133,32,59); }
td.TdClassName
{
border-color: #85203B;
}
.TagClassName
{
border-color: #85203B;
}
</style>