Shades of Shiraz #852C39
Tints of Shiraz #852C39
RGB
CMYK
RGB Variations
Color information
#852C39 (or 0x852C39) is known color: Shiraz. HEX triplet: 85, 2C and 39. RGB value is (133,44,57). Sum of RGB (Red+Green+Blue) = 133+44+57=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #852C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C39 is #7AD3C6. Grayscale: #484848. Windows color (decimal): -8049607 or 3746949. OLE color: 3746949.
HSL color Cylindrical-coordinate representation of color #852C39: hue angle of 351.24º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C39 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 57 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.48 |
| HSL | 351.24º | 0.5% | 0.35% | - |
| HSV(B) | 351.24º | 0.67% | 0.52% | - |
| XYZ | 11.31 | 7.08 | 4.64 | - |
| YUV | 72.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 57 | 0 | 0.67 | 0.57 | 0.48 | 351.24 | 0.5 | 0.35 |
| Hex | 85 | 2C | 39 | 0 | 43 | 39 | 30 | 15F | 32 | 23 |
| Octal | 205 | 54 | 71 | 0 | 103 | 71 | 60 | 537 | 62 | 43 |
| Binary | 10000101 | 101100 | 111001 | 0 | 1000011 | 111001 | 110000 | 101011111 | 110010 | 100011 |
Color Harmonies of #852C39
Complementary color
Monochromatic Colors of #852C39
Black with #852C39
Text Example
Text Example
White with #852C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C39; }
p { color: rgb(133,44,57); }
H1.HeaderClassName
{
color: #852C39;
}
.AnyTagClassName
{
color: #852C39;
}
</style>
background-color css
<style>
a { background-color: #852C39; }
a { background-color: rgb(133,44,57); }
div.DivClassName
{
background-color: #852C39;
}
.BgClassName
{
background-color: #852C39;
}
</style>
border-color css
<style>
span { border-color: #852C39; }
span { border-color: rgb(133,44,57); }
td.TdClassName
{
border-color: #852C39;
}
.TagClassName
{
border-color: #852C39;
}
</style>