Shades of Shiraz #852D35
Tints of Shiraz #852D35
RGB
CMYK
RGB Variations
Color information
#852D35 (or 0x852D35) is known color: Shiraz. HEX triplet: 85, 2D and 35. RGB value is (133,45,53). Sum of RGB (Red+Green+Blue) = 133+45+53=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #852D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D35 is #7AD2CA. Grayscale: #484848. Windows color (decimal): -8049355 or 3485061. OLE color: 3485061.
HSL color Cylindrical-coordinate representation of color #852D35: hue angle of 354.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D35 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 53 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.48 |
| HSL | 354.55º | 0.49% | 0.35% | - |
| HSV(B) | 354.55º | 0.66% | 0.52% | - |
| XYZ | 11.25 | 7.12 | 4.15 | - |
| YUV | 72.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 53 | 0 | 0.66 | 0.60 | 0.48 | 354.55 | 0.49 | 0.35 |
| Hex | 85 | 2D | 35 | 0 | 42 | 3C | 30 | 163 | 31 | 23 |
| Octal | 205 | 55 | 65 | 0 | 102 | 74 | 60 | 543 | 61 | 43 |
| Binary | 10000101 | 101101 | 110101 | 0 | 1000010 | 111100 | 110000 | 101100011 | 110001 | 100011 |
Color Harmonies of #852D35
Complementary color
Monochromatic Colors of #852D35
Black with #852D35
Text Example
Text Example
White with #852D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D35; }
p { color: rgb(133,45,53); }
H1.HeaderClassName
{
color: #852D35;
}
.AnyTagClassName
{
color: #852D35;
}
</style>
background-color css
<style>
a { background-color: #852D35; }
a { background-color: rgb(133,45,53); }
div.DivClassName
{
background-color: #852D35;
}
.BgClassName
{
background-color: #852D35;
}
</style>
border-color css
<style>
span { border-color: #852D35; }
span { border-color: rgb(133,45,53); }
td.TdClassName
{
border-color: #852D35;
}
.TagClassName
{
border-color: #852D35;
}
</style>