Shades of Shiraz #851D39
Tints of Shiraz #851D39
RGB
CMYK
RGB Variations
Color information
#851D39 (or 0x851D39) is known color: Shiraz. HEX triplet: 85, 1D and 39. RGB value is (133,29,57). Sum of RGB (Red+Green+Blue) = 133+29+57=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #851D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D39 is #7AE2C6. Grayscale: #3F3F3F. Windows color (decimal): -8053447 or 3743109. OLE color: 3743109.
HSL color Cylindrical-coordinate representation of color #851D39: hue angle of 343.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D39 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 57 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.48 |
| HSL | 343.85º | 0.64% | 0.32% | - |
| HSV(B) | 343.85º | 0.78% | 0.52% | - |
| XYZ | 10.85 | 6.16 | 4.49 | - |
| YUV | 63.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 57 | 0 | 0.78 | 0.57 | 0.48 | 343.85 | 0.64 | 0.32 |
| Hex | 85 | 1D | 39 | 0 | 4E | 39 | 30 | 158 | 40 | 20 |
| Octal | 205 | 35 | 71 | 0 | 116 | 71 | 60 | 530 | 100 | 40 |
| Binary | 10000101 | 11101 | 111001 | 0 | 1001110 | 111001 | 110000 | 101011000 | 1000000 | 100000 |
Color Harmonies of #851D39
Complementary color
Monochromatic Colors of #851D39
Black with #851D39
Text Example
Text Example
White with #851D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D39; }
p { color: rgb(133,29,57); }
H1.HeaderClassName
{
color: #851D39;
}
.AnyTagClassName
{
color: #851D39;
}
</style>
background-color css
<style>
a { background-color: #851D39; }
a { background-color: rgb(133,29,57); }
div.DivClassName
{
background-color: #851D39;
}
.BgClassName
{
background-color: #851D39;
}
</style>
border-color css
<style>
span { border-color: #851D39; }
span { border-color: rgb(133,29,57); }
td.TdClassName
{
border-color: #851D39;
}
.TagClassName
{
border-color: #851D39;
}
</style>