Shades of Shiraz #851D34
Tints of Shiraz #851D34
RGB
CMYK
RGB Variations
Color information
#851D34 (or 0x851D34) is known color: Shiraz. HEX triplet: 85, 1D and 34. RGB value is (133,29,52). Sum of RGB (Red+Green+Blue) = 133+29+52=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #851D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D34 is #7AE2CB. Grayscale: #3E3E3E. Windows color (decimal): -8053452 or 3415429. OLE color: 3415429.
HSL color Cylindrical-coordinate representation of color #851D34: hue angle of 346.73º 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 #851D34 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 52 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.48 |
| HSL | 346.73º | 0.64% | 0.32% | - |
| HSV(B) | 346.73º | 0.78% | 0.52% | - |
| XYZ | 10.73 | 6.11 | 3.86 | - |
| YUV | 62.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 52 | 0 | 0.78 | 0.61 | 0.48 | 346.73 | 0.64 | 0.32 |
| Hex | 85 | 1D | 34 | 0 | 4E | 3D | 30 | 15B | 40 | 20 |
| Octal | 205 | 35 | 64 | 0 | 116 | 75 | 60 | 533 | 100 | 40 |
| Binary | 10000101 | 11101 | 110100 | 0 | 1001110 | 111101 | 110000 | 101011011 | 1000000 | 100000 |
Color Harmonies of #851D34
Complementary color
Monochromatic Colors of #851D34
Black with #851D34
Text Example
Text Example
White with #851D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D34; }
p { color: rgb(133,29,52); }
H1.HeaderClassName
{
color: #851D34;
}
.AnyTagClassName
{
color: #851D34;
}
</style>
background-color css
<style>
a { background-color: #851D34; }
a { background-color: rgb(133,29,52); }
div.DivClassName
{
background-color: #851D34;
}
.BgClassName
{
background-color: #851D34;
}
</style>
border-color css
<style>
span { border-color: #851D34; }
span { border-color: rgb(133,29,52); }
td.TdClassName
{
border-color: #851D34;
}
.TagClassName
{
border-color: #851D34;
}
</style>