Shades of Shiraz #85223C
Tints of Shiraz #85223C
RGB
CMYK
RGB Variations
Color information
#85223C (or 0x85223C) is known color: Shiraz. HEX triplet: 85, 22 and 3C. RGB value is (133,34,60). Sum of RGB (Red+Green+Blue) = 133+34+60=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85223C is #7ADDC3. Grayscale: #424242. Windows color (decimal): -8052164 or 3940997. OLE color: 3940997.
HSL color Cylindrical-coordinate representation of color #85223C: hue angle of 344.24º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85223C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 60 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.48 |
| HSL | 344.24º | 0.59% | 0.33% | - |
| HSV(B) | 344.24º | 0.74% | 0.52% | - |
| XYZ | 11.06 | 6.46 | 4.94 | - |
| YUV | 66.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 60 | 0 | 0.74 | 0.55 | 0.48 | 344.24 | 0.59 | 0.33 |
| Hex | 85 | 22 | 3C | 0 | 4A | 37 | 30 | 158 | 3B | 21 |
| Octal | 205 | 42 | 74 | 0 | 112 | 67 | 60 | 530 | 73 | 41 |
| Binary | 10000101 | 100010 | 111100 | 0 | 1001010 | 110111 | 110000 | 101011000 | 111011 | 100001 |
Color Harmonies of #85223C
Complementary color
Monochromatic Colors of #85223C
Black with #85223C
Text Example
Text Example
White with #85223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85223C; }
p { color: rgb(133,34,60); }
H1.HeaderClassName
{
color: #85223C;
}
.AnyTagClassName
{
color: #85223C;
}
</style>
background-color css
<style>
a { background-color: #85223C; }
a { background-color: rgb(133,34,60); }
div.DivClassName
{
background-color: #85223C;
}
.BgClassName
{
background-color: #85223C;
}
</style>
border-color css
<style>
span { border-color: #85223C; }
span { border-color: rgb(133,34,60); }
td.TdClassName
{
border-color: #85223C;
}
.TagClassName
{
border-color: #85223C;
}
</style>