Shades of Shiraz #852B3C
Tints of Shiraz #852B3C
RGB
CMYK
RGB Variations
Color information
#852B3C (or 0x852B3C) is known color: Shiraz. HEX triplet: 85, 2B and 3C. RGB value is (133,43,60). Sum of RGB (Red+Green+Blue) = 133+43+60=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B3C is #7AD4C3. Grayscale: #474747. Windows color (decimal): -8049860 or 3943301. OLE color: 3943301.
HSL color Cylindrical-coordinate representation of color #852B3C: hue angle of 348.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B3C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 60 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.48 |
| HSL | 348.67º | 0.51% | 0.35% | - |
| HSV(B) | 348.67º | 0.68% | 0.52% | - |
| XYZ | 11.35 | 7.04 | 5.04 | - |
| YUV | 71.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 60 | 0 | 0.68 | 0.55 | 0.48 | 348.67 | 0.51 | 0.35 |
| Hex | 85 | 2B | 3C | 0 | 44 | 37 | 30 | 15D | 33 | 23 |
| Octal | 205 | 53 | 74 | 0 | 104 | 67 | 60 | 535 | 63 | 43 |
| Binary | 10000101 | 101011 | 111100 | 0 | 1000100 | 110111 | 110000 | 101011101 | 110011 | 100011 |
Color Harmonies of #852B3C
Complementary color
Monochromatic Colors of #852B3C
Black with #852B3C
Text Example
Text Example
White with #852B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B3C; }
p { color: rgb(133,43,60); }
H1.HeaderClassName
{
color: #852B3C;
}
.AnyTagClassName
{
color: #852B3C;
}
</style>
background-color css
<style>
a { background-color: #852B3C; }
a { background-color: rgb(133,43,60); }
div.DivClassName
{
background-color: #852B3C;
}
.BgClassName
{
background-color: #852B3C;
}
</style>
border-color css
<style>
span { border-color: #852B3C; }
span { border-color: rgb(133,43,60); }
td.TdClassName
{
border-color: #852B3C;
}
.TagClassName
{
border-color: #852B3C;
}
</style>