Shades of Shiraz #85283A
Tints of Shiraz #85283A
RGB
CMYK
RGB Variations
Color information
#85283A (or 0x85283A) is known color: Shiraz. HEX triplet: 85, 28 and 3A. RGB value is (133,40,58). Sum of RGB (Red+Green+Blue) = 133+40+58=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85283A is #7AD7C5. Grayscale: #454545. Windows color (decimal): -8050630 or 3811461. OLE color: 3811461.
HSL color Cylindrical-coordinate representation of color #85283A: hue angle of 348.39º 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 #85283A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 58 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.48 |
| HSL | 348.39º | 0.54% | 0.34% | - |
| HSV(B) | 348.39º | 0.7% | 0.52% | - |
| XYZ | 11.2 | 6.81 | 4.73 | - |
| YUV | 69.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 58 | 0 | 0.70 | 0.56 | 0.48 | 348.39 | 0.54 | 0.34 |
| Hex | 85 | 28 | 3A | 0 | 46 | 38 | 30 | 15C | 36 | 22 |
| Octal | 205 | 50 | 72 | 0 | 106 | 70 | 60 | 534 | 66 | 42 |
| Binary | 10000101 | 101000 | 111010 | 0 | 1000110 | 111000 | 110000 | 101011100 | 110110 | 100010 |
Color Harmonies of #85283A
Complementary color
Monochromatic Colors of #85283A
Black with #85283A
Text Example
Text Example
White with #85283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85283A; }
p { color: rgb(133,40,58); }
H1.HeaderClassName
{
color: #85283A;
}
.AnyTagClassName
{
color: #85283A;
}
</style>
background-color css
<style>
a { background-color: #85283A; }
a { background-color: rgb(133,40,58); }
div.DivClassName
{
background-color: #85283A;
}
.BgClassName
{
background-color: #85283A;
}
</style>
border-color css
<style>
span { border-color: #85283A; }
span { border-color: rgb(133,40,58); }
td.TdClassName
{
border-color: #85283A;
}
.TagClassName
{
border-color: #85283A;
}
</style>