Shades of Shiraz #852A34
Tints of Shiraz #852A34
RGB
CMYK
RGB Variations
Color information
#852A34 (or 0x852A34) is known color: Shiraz. HEX triplet: 85, 2A and 34. RGB value is (133,42,52). Sum of RGB (Red+Green+Blue) = 133+42+52=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A34 is #7AD5CB. Grayscale: #464646. Windows color (decimal): -8050124 or 3418757. OLE color: 3418757.
HSL color Cylindrical-coordinate representation of color #852A34: hue angle of 353.41º 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 #852A34 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 52 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.48 |
| HSL | 353.41º | 0.52% | 0.34% | - |
| HSV(B) | 353.41º | 0.68% | 0.52% | - |
| XYZ | 11.12 | 6.89 | 3.99 | - |
| YUV | 70.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 52 | 0 | 0.68 | 0.61 | 0.48 | 353.41 | 0.52 | 0.34 |
| Hex | 85 | 2A | 34 | 0 | 44 | 3D | 30 | 161 | 34 | 22 |
| Octal | 205 | 52 | 64 | 0 | 104 | 75 | 60 | 541 | 64 | 42 |
| Binary | 10000101 | 101010 | 110100 | 0 | 1000100 | 111101 | 110000 | 101100001 | 110100 | 100010 |
Color Harmonies of #852A34
Complementary color
Monochromatic Colors of #852A34
Black with #852A34
Text Example
Text Example
White with #852A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A34; }
p { color: rgb(133,42,52); }
H1.HeaderClassName
{
color: #852A34;
}
.AnyTagClassName
{
color: #852A34;
}
</style>
background-color css
<style>
a { background-color: #852A34; }
a { background-color: rgb(133,42,52); }
div.DivClassName
{
background-color: #852A34;
}
.BgClassName
{
background-color: #852A34;
}
</style>
border-color css
<style>
span { border-color: #852A34; }
span { border-color: rgb(133,42,52); }
td.TdClassName
{
border-color: #852A34;
}
.TagClassName
{
border-color: #852A34;
}
</style>