Shades of Shiraz #85253B
Tints of Shiraz #85253B
RGB
CMYK
RGB Variations
Color information
#85253B (or 0x85253B) is known color: Shiraz. HEX triplet: 85, 25 and 3B. RGB value is (133,37,59). Sum of RGB (Red+Green+Blue) = 133+37+59=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85253B is #7ADAC4. Grayscale: #444444. Windows color (decimal): -8051397 or 3876229. OLE color: 3876229.
HSL color Cylindrical-coordinate representation of color #85253B: hue angle of 346.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85253B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 59 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.48 |
| HSL | 346.25º | 0.56% | 0.33% | - |
| HSV(B) | 346.25º | 0.72% | 0.52% | - |
| XYZ | 11.12 | 6.63 | 4.83 | - |
| YUV | 68.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 59 | 0 | 0.72 | 0.56 | 0.48 | 346.25 | 0.56 | 0.33 |
| Hex | 85 | 25 | 3B | 0 | 48 | 38 | 30 | 15A | 38 | 21 |
| Octal | 205 | 45 | 73 | 0 | 110 | 70 | 60 | 532 | 70 | 41 |
| Binary | 10000101 | 100101 | 111011 | 0 | 1001000 | 111000 | 110000 | 101011010 | 111000 | 100001 |
Color Harmonies of #85253B
Complementary color
Monochromatic Colors of #85253B
Black with #85253B
Text Example
Text Example
White with #85253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85253B; }
p { color: rgb(133,37,59); }
H1.HeaderClassName
{
color: #85253B;
}
.AnyTagClassName
{
color: #85253B;
}
</style>
background-color css
<style>
a { background-color: #85253B; }
a { background-color: rgb(133,37,59); }
div.DivClassName
{
background-color: #85253B;
}
.BgClassName
{
background-color: #85253B;
}
</style>
border-color css
<style>
span { border-color: #85253B; }
span { border-color: rgb(133,37,59); }
td.TdClassName
{
border-color: #85253B;
}
.TagClassName
{
border-color: #85253B;
}
</style>