Shades of Shiraz #852B32
Tints of Shiraz #852B32
RGB
CMYK
RGB Variations
Color information
#852B32 (or 0x852B32) is known color: Shiraz. HEX triplet: 85, 2B and 32. RGB value is (133,43,50). Sum of RGB (Red+Green+Blue) = 133+43+50=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B32 is #7AD4CD. Grayscale: #464646. Windows color (decimal): -8049870 or 3287941. OLE color: 3287941.
HSL color Cylindrical-coordinate representation of color #852B32: hue angle of 355.33º 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 #852B32 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 50 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.48 |
| HSL | 355.33º | 0.51% | 0.35% | - |
| HSV(B) | 355.33º | 0.68% | 0.52% | - |
| XYZ | 11.11 | 6.94 | 3.77 | - |
| YUV | 70.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 50 | 0 | 0.68 | 0.62 | 0.48 | 355.33 | 0.51 | 0.35 |
| Hex | 85 | 2B | 32 | 0 | 44 | 3E | 30 | 163 | 33 | 23 |
| Octal | 205 | 53 | 62 | 0 | 104 | 76 | 60 | 543 | 63 | 43 |
| Binary | 10000101 | 101011 | 110010 | 0 | 1000100 | 111110 | 110000 | 101100011 | 110011 | 100011 |
Color Harmonies of #852B32
Complementary color
Monochromatic Colors of #852B32
Black with #852B32
Text Example
Text Example
White with #852B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B32; }
p { color: rgb(133,43,50); }
H1.HeaderClassName
{
color: #852B32;
}
.AnyTagClassName
{
color: #852B32;
}
</style>
background-color css
<style>
a { background-color: #852B32; }
a { background-color: rgb(133,43,50); }
div.DivClassName
{
background-color: #852B32;
}
.BgClassName
{
background-color: #852B32;
}
</style>
border-color css
<style>
span { border-color: #852B32; }
span { border-color: rgb(133,43,50); }
td.TdClassName
{
border-color: #852B32;
}
.TagClassName
{
border-color: #852B32;
}
</style>