Shades of Shiraz #85233D
Tints of Shiraz #85233D
RGB
CMYK
RGB Variations
Color information
#85233D (or 0x85233D) is known color: Shiraz. HEX triplet: 85, 23 and 3D. RGB value is (133,35,61). Sum of RGB (Red+Green+Blue) = 133+35+61=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85233D is #7ADCC2. Grayscale: #434343. Windows color (decimal): -8051907 or 4006789. OLE color: 4006789.
HSL color Cylindrical-coordinate representation of color #85233D: hue angle of 344.08º 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 #85233D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 61 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.48 |
| HSL | 344.08º | 0.58% | 0.33% | - |
| HSV(B) | 344.08º | 0.74% | 0.52% | - |
| XYZ | 11.12 | 6.53 | 5.09 | - |
| YUV | 67.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 61 | 0 | 0.74 | 0.54 | 0.48 | 344.08 | 0.58 | 0.33 |
| Hex | 85 | 23 | 3D | 0 | 4A | 36 | 30 | 158 | 3A | 21 |
| Octal | 205 | 43 | 75 | 0 | 112 | 66 | 60 | 530 | 72 | 41 |
| Binary | 10000101 | 100011 | 111101 | 0 | 1001010 | 110110 | 110000 | 101011000 | 111010 | 100001 |
Color Harmonies of #85233D
Complementary color
Monochromatic Colors of #85233D
Black with #85233D
Text Example
Text Example
White with #85233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85233D; }
p { color: rgb(133,35,61); }
H1.HeaderClassName
{
color: #85233D;
}
.AnyTagClassName
{
color: #85233D;
}
</style>
background-color css
<style>
a { background-color: #85233D; }
a { background-color: rgb(133,35,61); }
div.DivClassName
{
background-color: #85233D;
}
.BgClassName
{
background-color: #85233D;
}
</style>
border-color css
<style>
span { border-color: #85233D; }
span { border-color: rgb(133,35,61); }
td.TdClassName
{
border-color: #85233D;
}
.TagClassName
{
border-color: #85233D;
}
</style>