Shades of Shiraz #85283E
Tints of Shiraz #85283E
RGB
CMYK
RGB Variations
Color information
#85283E (or 0x85283E) is known color: Shiraz. HEX triplet: 85, 28 and 3E. RGB value is (133,40,62). Sum of RGB (Red+Green+Blue) = 133+40+62=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #85283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85283E is #7AD7C1. Grayscale: #464646. Windows color (decimal): -8050626 or 4073605. OLE color: 4073605.
HSL color Cylindrical-coordinate representation of color #85283E: hue angle of 345.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85283E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 62 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.48 |
| HSL | 345.81º | 0.54% | 0.34% | - |
| HSV(B) | 345.81º | 0.7% | 0.52% | - |
| XYZ | 11.3 | 6.85 | 5.28 | - |
| YUV | 70.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 62 | 0 | 0.70 | 0.53 | 0.48 | 345.81 | 0.54 | 0.34 |
| Hex | 85 | 28 | 3E | 0 | 46 | 35 | 30 | 15A | 36 | 22 |
| Octal | 205 | 50 | 76 | 0 | 106 | 65 | 60 | 532 | 66 | 42 |
| Binary | 10000101 | 101000 | 111110 | 0 | 1000110 | 110101 | 110000 | 101011010 | 110110 | 100010 |
Color Harmonies of #85283E
Complementary color
Monochromatic Colors of #85283E
Black with #85283E
Text Example
Text Example
White with #85283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85283E; }
p { color: rgb(133,40,62); }
H1.HeaderClassName
{
color: #85283E;
}
.AnyTagClassName
{
color: #85283E;
}
</style>
background-color css
<style>
a { background-color: #85283E; }
a { background-color: rgb(133,40,62); }
div.DivClassName
{
background-color: #85283E;
}
.BgClassName
{
background-color: #85283E;
}
</style>
border-color css
<style>
span { border-color: #85283E; }
span { border-color: rgb(133,40,62); }
td.TdClassName
{
border-color: #85283E;
}
.TagClassName
{
border-color: #85283E;
}
</style>