Shades of Shiraz #852C34
Tints of Shiraz #852C34
RGB
CMYK
RGB Variations
Color information
#852C34 (or 0x852C34) is known color: Shiraz. HEX triplet: 85, 2C and 34. RGB value is (133,44,52). Sum of RGB (Red+Green+Blue) = 133+44+52=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #852C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C34 is #7AD3CB. Grayscale: #474747. Windows color (decimal): -8049612 or 3419269. OLE color: 3419269.
HSL color Cylindrical-coordinate representation of color #852C34: hue angle of 354.61º 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 #852C34 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 52 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.48 |
| HSL | 354.61º | 0.5% | 0.35% | - |
| HSV(B) | 354.61º | 0.67% | 0.52% | - |
| XYZ | 11.19 | 7.04 | 4.02 | - |
| YUV | 71.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 52 | 0 | 0.67 | 0.61 | 0.48 | 354.61 | 0.5 | 0.35 |
| Hex | 85 | 2C | 34 | 0 | 43 | 3D | 30 | 163 | 32 | 23 |
| Octal | 205 | 54 | 64 | 0 | 103 | 75 | 60 | 543 | 62 | 43 |
| Binary | 10000101 | 101100 | 110100 | 0 | 1000011 | 111101 | 110000 | 101100011 | 110010 | 100011 |
Color Harmonies of #852C34
Complementary color
Monochromatic Colors of #852C34
Black with #852C34
Text Example
Text Example
White with #852C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C34; }
p { color: rgb(133,44,52); }
H1.HeaderClassName
{
color: #852C34;
}
.AnyTagClassName
{
color: #852C34;
}
</style>
background-color css
<style>
a { background-color: #852C34; }
a { background-color: rgb(133,44,52); }
div.DivClassName
{
background-color: #852C34;
}
.BgClassName
{
background-color: #852C34;
}
</style>
border-color css
<style>
span { border-color: #852C34; }
span { border-color: rgb(133,44,52); }
td.TdClassName
{
border-color: #852C34;
}
.TagClassName
{
border-color: #852C34;
}
</style>