Shades of Shiraz #861B3C
Tints of Shiraz #861B3C
RGB
CMYK
RGB Variations
Color information
#861B3C (or 0x861B3C) is known color: Shiraz. HEX triplet: 86, 1B and 3C. RGB value is (134,27,60). Sum of RGB (Red+Green+Blue) = 134+27+60=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #861B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B3C is #79E4C3. Grayscale: #3E3E3E. Windows color (decimal): -7988420 or 3939206. OLE color: 3939206.
HSL color Cylindrical-coordinate representation of color #861B3C: hue angle of 341.5º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B3C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 60 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.47 |
| HSL | 341.5º | 0.66% | 0.32% | - |
| HSV(B) | 341.5º | 0.8% | 0.53% | - |
| XYZ | 11.04 | 6.18 | 4.89 | - |
| YUV | 62.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 60 | 0 | 0.80 | 0.55 | 0.47 | 341.5 | 0.66 | 0.32 |
| Hex | 86 | 1B | 3C | 0 | 50 | 37 | 2F | 155 | 42 | 20 |
| Octal | 206 | 33 | 74 | 0 | 120 | 67 | 57 | 525 | 102 | 40 |
| Binary | 10000110 | 11011 | 111100 | 0 | 1010000 | 110111 | 101111 | 101010101 | 1000010 | 100000 |
Color Harmonies of #861B3C
Complementary color
Monochromatic Colors of #861B3C
Black with #861B3C
Text Example
Text Example
White with #861B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B3C; }
p { color: rgb(134,27,60); }
H1.HeaderClassName
{
color: #861B3C;
}
.AnyTagClassName
{
color: #861B3C;
}
</style>
background-color css
<style>
a { background-color: #861B3C; }
a { background-color: rgb(134,27,60); }
div.DivClassName
{
background-color: #861B3C;
}
.BgClassName
{
background-color: #861B3C;
}
</style>
border-color css
<style>
span { border-color: #861B3C; }
span { border-color: rgb(134,27,60); }
td.TdClassName
{
border-color: #861B3C;
}
.TagClassName
{
border-color: #861B3C;
}
</style>