Shades of Shiraz #861D3D
Tints of Shiraz #861D3D
RGB
CMYK
RGB Variations
Color information
#861D3D (or 0x861D3D) is known color: Shiraz. HEX triplet: 86, 1D and 3D. RGB value is (134,29,61). Sum of RGB (Red+Green+Blue) = 134+29+61=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #861D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D3D is #79E2C2. Grayscale: #404040. Windows color (decimal): -7987907 or 4005254. OLE color: 4005254.
HSL color Cylindrical-coordinate representation of color #861D3D: hue angle of 341.71º 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 #861D3D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 61 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.47 |
| HSL | 341.71º | 0.64% | 0.32% | - |
| HSV(B) | 341.71º | 0.78% | 0.53% | - |
| XYZ | 11.11 | 6.28 | 5.04 | - |
| YUV | 64.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 61 | 0 | 0.78 | 0.54 | 0.47 | 341.71 | 0.64 | 0.32 |
| Hex | 86 | 1D | 3D | 0 | 4E | 36 | 2F | 156 | 40 | 20 |
| Octal | 206 | 35 | 75 | 0 | 116 | 66 | 57 | 526 | 100 | 40 |
| Binary | 10000110 | 11101 | 111101 | 0 | 1001110 | 110110 | 101111 | 101010110 | 1000000 | 100000 |
Color Harmonies of #861D3D
Complementary color
Monochromatic Colors of #861D3D
Black with #861D3D
Text Example
Text Example
White with #861D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D3D; }
p { color: rgb(134,29,61); }
H1.HeaderClassName
{
color: #861D3D;
}
.AnyTagClassName
{
color: #861D3D;
}
</style>
background-color css
<style>
a { background-color: #861D3D; }
a { background-color: rgb(134,29,61); }
div.DivClassName
{
background-color: #861D3D;
}
.BgClassName
{
background-color: #861D3D;
}
</style>
border-color css
<style>
span { border-color: #861D3D; }
span { border-color: rgb(134,29,61); }
td.TdClassName
{
border-color: #861D3D;
}
.TagClassName
{
border-color: #861D3D;
}
</style>