Shades of Shiraz #85213D
Tints of Shiraz #85213D
RGB
CMYK
RGB Variations
Color information
#85213D (or 0x85213D) is known color: Shiraz. HEX triplet: 85, 21 and 3D. RGB value is (133,33,61). Sum of RGB (Red+Green+Blue) = 133+33+61=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85213D is #7ADEC2. Grayscale: #424242. Windows color (decimal): -8052419 or 4006277. OLE color: 4006277.
HSL color Cylindrical-coordinate representation of color #85213D: hue angle of 343.2º 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 #85213D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 61 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.48 |
| HSL | 343.2º | 0.6% | 0.33% | - |
| HSV(B) | 343.2º | 0.75% | 0.52% | - |
| XYZ | 11.06 | 6.41 | 5.07 | - |
| YUV | 66.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 61 | 0 | 0.75 | 0.54 | 0.48 | 343.2 | 0.6 | 0.33 |
| Hex | 85 | 21 | 3D | 0 | 4B | 36 | 30 | 157 | 3C | 21 |
| Octal | 205 | 41 | 75 | 0 | 113 | 66 | 60 | 527 | 74 | 41 |
| Binary | 10000101 | 100001 | 111101 | 0 | 1001011 | 110110 | 110000 | 101010111 | 111100 | 100001 |
Color Harmonies of #85213D
Complementary color
Monochromatic Colors of #85213D
Black with #85213D
Text Example
Text Example
White with #85213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85213D; }
p { color: rgb(133,33,61); }
H1.HeaderClassName
{
color: #85213D;
}
.AnyTagClassName
{
color: #85213D;
}
</style>
background-color css
<style>
a { background-color: #85213D; }
a { background-color: rgb(133,33,61); }
div.DivClassName
{
background-color: #85213D;
}
.BgClassName
{
background-color: #85213D;
}
</style>
border-color css
<style>
span { border-color: #85213D; }
span { border-color: rgb(133,33,61); }
td.TdClassName
{
border-color: #85213D;
}
.TagClassName
{
border-color: #85213D;
}
</style>