Shades of Shiraz #852A3C
Tints of Shiraz #852A3C
RGB
CMYK
RGB Variations
Color information
#852A3C (or 0x852A3C) is known color: Shiraz. HEX triplet: 85, 2A and 3C. RGB value is (133,42,60). Sum of RGB (Red+Green+Blue) = 133+42+60=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #852A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A3C is #7AD5C3. Grayscale: #474747. Windows color (decimal): -8050116 or 3943045. OLE color: 3943045.
HSL color Cylindrical-coordinate representation of color #852A3C: hue angle of 348.13º 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 #852A3C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 60 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.48 |
| HSL | 348.13º | 0.52% | 0.34% | - |
| HSV(B) | 348.13º | 0.68% | 0.52% | - |
| XYZ | 11.32 | 6.97 | 5.02 | - |
| YUV | 71.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 60 | 0 | 0.68 | 0.55 | 0.48 | 348.13 | 0.52 | 0.34 |
| Hex | 85 | 2A | 3C | 0 | 44 | 37 | 30 | 15C | 34 | 22 |
| Octal | 205 | 52 | 74 | 0 | 104 | 67 | 60 | 534 | 64 | 42 |
| Binary | 10000101 | 101010 | 111100 | 0 | 1000100 | 110111 | 110000 | 101011100 | 110100 | 100010 |
Color Harmonies of #852A3C
Complementary color
Monochromatic Colors of #852A3C
Black with #852A3C
Text Example
Text Example
White with #852A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A3C; }
p { color: rgb(133,42,60); }
H1.HeaderClassName
{
color: #852A3C;
}
.AnyTagClassName
{
color: #852A3C;
}
</style>
background-color css
<style>
a { background-color: #852A3C; }
a { background-color: rgb(133,42,60); }
div.DivClassName
{
background-color: #852A3C;
}
.BgClassName
{
background-color: #852A3C;
}
</style>
border-color css
<style>
span { border-color: #852A3C; }
span { border-color: rgb(133,42,60); }
td.TdClassName
{
border-color: #852A3C;
}
.TagClassName
{
border-color: #852A3C;
}
</style>