Shades of Shiraz #861E3A
Tints of Shiraz #861E3A
RGB
CMYK
RGB Variations
Color information
#861E3A (or 0x861E3A) is known color: Shiraz. HEX triplet: 86, 1E and 3A. RGB value is (134,30,58). Sum of RGB (Red+Green+Blue) = 134+30+58=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #861E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E3A is #79E1C5. Grayscale: #404040. Windows color (decimal): -7987654 or 3808902. OLE color: 3808902.
HSL color Cylindrical-coordinate representation of color #861E3A: hue angle of 343.85º 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 #861E3A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 58 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.47 |
| HSL | 343.85º | 0.63% | 0.32% | - |
| HSV(B) | 343.85º | 0.78% | 0.53% | - |
| XYZ | 11.06 | 6.3 | 4.64 | - |
| YUV | 64.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 58 | 0 | 0.78 | 0.57 | 0.47 | 343.85 | 0.63 | 0.32 |
| Hex | 86 | 1E | 3A | 0 | 4E | 39 | 2F | 158 | 3F | 20 |
| Octal | 206 | 36 | 72 | 0 | 116 | 71 | 57 | 530 | 77 | 40 |
| Binary | 10000110 | 11110 | 111010 | 0 | 1001110 | 111001 | 101111 | 101011000 | 111111 | 100000 |
Color Harmonies of #861E3A
Complementary color
Monochromatic Colors of #861E3A
Black with #861E3A
Text Example
Text Example
White with #861E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E3A; }
p { color: rgb(134,30,58); }
H1.HeaderClassName
{
color: #861E3A;
}
.AnyTagClassName
{
color: #861E3A;
}
</style>
background-color css
<style>
a { background-color: #861E3A; }
a { background-color: rgb(134,30,58); }
div.DivClassName
{
background-color: #861E3A;
}
.BgClassName
{
background-color: #861E3A;
}
</style>
border-color css
<style>
span { border-color: #861E3A; }
span { border-color: rgb(134,30,58); }
td.TdClassName
{
border-color: #861E3A;
}
.TagClassName
{
border-color: #861E3A;
}
</style>