Shades of Shiraz #861D32
Tints of Shiraz #861D32
RGB
CMYK
RGB Variations
Color information
#861D32 (or 0x861D32) is known color: Shiraz. HEX triplet: 86, 1D and 32. RGB value is (134,29,50). Sum of RGB (Red+Green+Blue) = 134+29+50=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #861D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D32 is #79E2CD. Grayscale: #3E3E3E. Windows color (decimal): -7987918 or 3284358. OLE color: 3284358.
HSL color Cylindrical-coordinate representation of color #861D32: hue angle of 348º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D32 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 50 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.47 |
| HSL | 348º | 0.64% | 0.32% | - |
| HSV(B) | 348º | 0.78% | 0.53% | - |
| XYZ | 10.85 | 6.18 | 3.64 | - |
| YUV | 62.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 50 | 0 | 0.78 | 0.63 | 0.47 | 348 | 0.64 | 0.32 |
| Hex | 86 | 1D | 32 | 0 | 4E | 3F | 2F | 15C | 40 | 20 |
| Octal | 206 | 35 | 62 | 0 | 116 | 77 | 57 | 534 | 100 | 40 |
| Binary | 10000110 | 11101 | 110010 | 0 | 1001110 | 111111 | 101111 | 101011100 | 1000000 | 100000 |
Color Harmonies of #861D32
Complementary color
Monochromatic Colors of #861D32
Black with #861D32
Text Example
Text Example
White with #861D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D32; }
p { color: rgb(134,29,50); }
H1.HeaderClassName
{
color: #861D32;
}
.AnyTagClassName
{
color: #861D32;
}
</style>
background-color css
<style>
a { background-color: #861D32; }
a { background-color: rgb(134,29,50); }
div.DivClassName
{
background-color: #861D32;
}
.BgClassName
{
background-color: #861D32;
}
</style>
border-color css
<style>
span { border-color: #861D32; }
span { border-color: rgb(134,29,50); }
td.TdClassName
{
border-color: #861D32;
}
.TagClassName
{
border-color: #861D32;
}
</style>