Shades of Shiraz #852A33
Tints of Shiraz #852A33
RGB
CMYK
RGB Variations
Color information
#852A33 (or 0x852A33) is known color: Shiraz. HEX triplet: 85, 2A and 33. RGB value is (133,42,51). Sum of RGB (Red+Green+Blue) = 133+42+51=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A33 is #7AD5CC. Grayscale: #464646. Windows color (decimal): -8050125 or 3353221. OLE color: 3353221.
HSL color Cylindrical-coordinate representation of color #852A33: hue angle of 354.07º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A33 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 51 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.48 |
| HSL | 354.07º | 0.52% | 0.34% | - |
| HSV(B) | 354.07º | 0.68% | 0.52% | - |
| XYZ | 11.1 | 6.88 | 3.88 | - |
| YUV | 70.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 51 | 0 | 0.68 | 0.62 | 0.48 | 354.07 | 0.52 | 0.34 |
| Hex | 85 | 2A | 33 | 0 | 44 | 3E | 30 | 162 | 34 | 22 |
| Octal | 205 | 52 | 63 | 0 | 104 | 76 | 60 | 542 | 64 | 42 |
| Binary | 10000101 | 101010 | 110011 | 0 | 1000100 | 111110 | 110000 | 101100010 | 110100 | 100010 |
Color Harmonies of #852A33
Complementary color
Monochromatic Colors of #852A33
Black with #852A33
Text Example
Text Example
White with #852A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A33; }
p { color: rgb(133,42,51); }
H1.HeaderClassName
{
color: #852A33;
}
.AnyTagClassName
{
color: #852A33;
}
</style>
background-color css
<style>
a { background-color: #852A33; }
a { background-color: rgb(133,42,51); }
div.DivClassName
{
background-color: #852A33;
}
.BgClassName
{
background-color: #852A33;
}
</style>
border-color css
<style>
span { border-color: #852A33; }
span { border-color: rgb(133,42,51); }
td.TdClassName
{
border-color: #852A33;
}
.TagClassName
{
border-color: #852A33;
}
</style>