Shades of Shiraz #852A3B
Tints of Shiraz #852A3B
RGB
CMYK
RGB Variations
Color information
#852A3B (or 0x852A3B) is known color: Shiraz. HEX triplet: 85, 2A and 3B. RGB value is (133,42,59). Sum of RGB (Red+Green+Blue) = 133+42+59=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #852A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A3B is #7AD5C4. Grayscale: #474747. Windows color (decimal): -8050117 or 3877509. OLE color: 3877509.
HSL color Cylindrical-coordinate representation of color #852A3B: hue angle of 348.79º 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 #852A3B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 59 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.48 |
| HSL | 348.79º | 0.52% | 0.34% | - |
| HSV(B) | 348.79º | 0.68% | 0.52% | - |
| XYZ | 11.29 | 6.96 | 4.89 | - |
| YUV | 71.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 59 | 0 | 0.68 | 0.56 | 0.48 | 348.79 | 0.52 | 0.34 |
| Hex | 85 | 2A | 3B | 0 | 44 | 38 | 30 | 15D | 34 | 22 |
| Octal | 205 | 52 | 73 | 0 | 104 | 70 | 60 | 535 | 64 | 42 |
| Binary | 10000101 | 101010 | 111011 | 0 | 1000100 | 111000 | 110000 | 101011101 | 110100 | 100010 |
Color Harmonies of #852A3B
Complementary color
Monochromatic Colors of #852A3B
Black with #852A3B
Text Example
Text Example
White with #852A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A3B; }
p { color: rgb(133,42,59); }
H1.HeaderClassName
{
color: #852A3B;
}
.AnyTagClassName
{
color: #852A3B;
}
</style>
background-color css
<style>
a { background-color: #852A3B; }
a { background-color: rgb(133,42,59); }
div.DivClassName
{
background-color: #852A3B;
}
.BgClassName
{
background-color: #852A3B;
}
</style>
border-color css
<style>
span { border-color: #852A3B; }
span { border-color: rgb(133,42,59); }
td.TdClassName
{
border-color: #852A3B;
}
.TagClassName
{
border-color: #852A3B;
}
</style>