Shades of Shiraz #852139
Tints of Shiraz #852139
RGB
CMYK
RGB Variations
Color information
#852139 (or 0x852139) is known color: Shiraz. HEX triplet: 85, 21 and 39. RGB value is (133,33,57). Sum of RGB (Red+Green+Blue) = 133+33+57=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852139 is #7ADEC6. Grayscale: #414141. Windows color (decimal): -8052423 or 3744133. OLE color: 3744133.
HSL color Cylindrical-coordinate representation of color #852139: hue angle of 345.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852139 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 57 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.48 |
| HSL | 345.6º | 0.6% | 0.33% | - |
| HSV(B) | 345.6º | 0.75% | 0.52% | - |
| XYZ | 10.96 | 6.37 | 4.52 | - |
| YUV | 65.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 57 | 0 | 0.75 | 0.57 | 0.48 | 345.6 | 0.6 | 0.33 |
| Hex | 85 | 21 | 39 | 0 | 4B | 39 | 30 | 15A | 3C | 21 |
| Octal | 205 | 41 | 71 | 0 | 113 | 71 | 60 | 532 | 74 | 41 |
| Binary | 10000101 | 100001 | 111001 | 0 | 1001011 | 111001 | 110000 | 101011010 | 111100 | 100001 |
Color Harmonies of #852139
Complementary color
Monochromatic Colors of #852139
Black with #852139
Text Example
Text Example
White with #852139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852139; }
p { color: rgb(133,33,57); }
H1.HeaderClassName
{
color: #852139;
}
.AnyTagClassName
{
color: #852139;
}
</style>
background-color css
<style>
a { background-color: #852139; }
a { background-color: rgb(133,33,57); }
div.DivClassName
{
background-color: #852139;
}
.BgClassName
{
background-color: #852139;
}
</style>
border-color css
<style>
span { border-color: #852139; }
span { border-color: rgb(133,33,57); }
td.TdClassName
{
border-color: #852139;
}
.TagClassName
{
border-color: #852139;
}
</style>