Shades of Shiraz #861E32
Tints of Shiraz #861E32
RGB
CMYK
RGB Variations
Color information
#861E32 (or 0x861E32) is known color: Shiraz. HEX triplet: 86, 1E and 32. RGB value is (134,30,50). Sum of RGB (Red+Green+Blue) = 134+30+50=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #861E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E32 is #79E1CD. Grayscale: #3F3F3F. Windows color (decimal): -7987662 or 3284614. OLE color: 3284614.
HSL color Cylindrical-coordinate representation of color #861E32: hue angle of 348.46º degrees, saturation: 0.63, 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 #861E32 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 50 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.47 |
| HSL | 348.46º | 0.63% | 0.32% | - |
| HSV(B) | 348.46º | 0.78% | 0.53% | - |
| XYZ | 10.87 | 6.23 | 3.65 | - |
| YUV | 63.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 50 | 0 | 0.78 | 0.63 | 0.47 | 348.46 | 0.63 | 0.32 |
| Hex | 86 | 1E | 32 | 0 | 4E | 3F | 2F | 15C | 3F | 20 |
| Octal | 206 | 36 | 62 | 0 | 116 | 77 | 57 | 534 | 77 | 40 |
| Binary | 10000110 | 11110 | 110010 | 0 | 1001110 | 111111 | 101111 | 101011100 | 111111 | 100000 |
Color Harmonies of #861E32
Complementary color
Monochromatic Colors of #861E32
Black with #861E32
Text Example
Text Example
White with #861E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E32; }
p { color: rgb(134,30,50); }
H1.HeaderClassName
{
color: #861E32;
}
.AnyTagClassName
{
color: #861E32;
}
</style>
background-color css
<style>
a { background-color: #861E32; }
a { background-color: rgb(134,30,50); }
div.DivClassName
{
background-color: #861E32;
}
.BgClassName
{
background-color: #861E32;
}
</style>
border-color css
<style>
span { border-color: #861E32; }
span { border-color: rgb(134,30,50); }
td.TdClassName
{
border-color: #861E32;
}
.TagClassName
{
border-color: #861E32;
}
</style>