Shades of Shiraz #85233B
Tints of Shiraz #85233B
RGB
CMYK
RGB Variations
Color information
#85233B (or 0x85233B) is known color: Shiraz. HEX triplet: 85, 23 and 3B. RGB value is (133,35,59). Sum of RGB (Red+Green+Blue) = 133+35+59=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85233B is #7ADCC4. Grayscale: #434343. Windows color (decimal): -8051909 or 3875717. OLE color: 3875717.
HSL color Cylindrical-coordinate representation of color #85233B: hue angle of 345.31º degrees, saturation: 0.58, 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 #85233B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 59 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.48 |
| HSL | 345.31º | 0.58% | 0.33% | - |
| HSV(B) | 345.31º | 0.74% | 0.52% | - |
| XYZ | 11.06 | 6.5 | 4.81 | - |
| YUV | 67.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 59 | 0 | 0.74 | 0.56 | 0.48 | 345.31 | 0.58 | 0.33 |
| Hex | 85 | 23 | 3B | 0 | 4A | 38 | 30 | 159 | 3A | 21 |
| Octal | 205 | 43 | 73 | 0 | 112 | 70 | 60 | 531 | 72 | 41 |
| Binary | 10000101 | 100011 | 111011 | 0 | 1001010 | 111000 | 110000 | 101011001 | 111010 | 100001 |
Color Harmonies of #85233B
Complementary color
Monochromatic Colors of #85233B
Black with #85233B
Text Example
Text Example
White with #85233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85233B; }
p { color: rgb(133,35,59); }
H1.HeaderClassName
{
color: #85233B;
}
.AnyTagClassName
{
color: #85233B;
}
</style>
background-color css
<style>
a { background-color: #85233B; }
a { background-color: rgb(133,35,59); }
div.DivClassName
{
background-color: #85233B;
}
.BgClassName
{
background-color: #85233B;
}
</style>
border-color css
<style>
span { border-color: #85233B; }
span { border-color: rgb(133,35,59); }
td.TdClassName
{
border-color: #85233B;
}
.TagClassName
{
border-color: #85233B;
}
</style>