Shades of Shiraz #85193B
Tints of Shiraz #85193B
RGB
CMYK
RGB Variations
Color information
#85193B (or 0x85193B) is known color: Shiraz. HEX triplet: 85, 19 and 3B. RGB value is (133,25,59). Sum of RGB (Red+Green+Blue) = 133+25+59=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85193B is #7AE6C4. Grayscale: #3D3D3D. Windows color (decimal): -8054469 or 3873157. OLE color: 3873157.
HSL color Cylindrical-coordinate representation of color #85193B: hue angle of 341.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85193B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 59 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.48 |
| HSL | 341.11º | 0.68% | 0.31% | - |
| HSV(B) | 341.11º | 0.81% | 0.52% | - |
| XYZ | 10.81 | 6 | 4.73 | - |
| YUV | 61.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 59 | 0 | 0.81 | 0.56 | 0.48 | 341.11 | 0.68 | 0.31 |
| Hex | 85 | 19 | 3B | 0 | 51 | 38 | 30 | 155 | 44 | 1F |
| Octal | 205 | 31 | 73 | 0 | 121 | 70 | 60 | 525 | 104 | 37 |
| Binary | 10000101 | 11001 | 111011 | 0 | 1010001 | 111000 | 110000 | 101010101 | 1000100 | 11111 |
Color Harmonies of #85193B
Complementary color
Monochromatic Colors of #85193B
Black with #85193B
Text Example
Text Example
White with #85193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85193B; }
p { color: rgb(133,25,59); }
H1.HeaderClassName
{
color: #85193B;
}
.AnyTagClassName
{
color: #85193B;
}
</style>
background-color css
<style>
a { background-color: #85193B; }
a { background-color: rgb(133,25,59); }
div.DivClassName
{
background-color: #85193B;
}
.BgClassName
{
background-color: #85193B;
}
</style>
border-color css
<style>
span { border-color: #85193B; }
span { border-color: rgb(133,25,59); }
td.TdClassName
{
border-color: #85193B;
}
.TagClassName
{
border-color: #85193B;
}
</style>