Shades of Shiraz #861F30
Tints of Shiraz #861F30
RGB
CMYK
RGB Variations
Color information
#861F30 (or 0x861F30) is known color: Shiraz. HEX triplet: 86, 1F and 30. RGB value is (134,31,48). Sum of RGB (Red+Green+Blue) = 134+31+48=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #861F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F30 is #79E0CF. Grayscale: #3F3F3F. Windows color (decimal): -7987408 or 3153798. OLE color: 3153798.
HSL color Cylindrical-coordinate representation of color #861F30: hue angle of 350.1º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F30 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 48 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.47 |
| HSL | 350.1º | 0.62% | 0.32% | - |
| HSV(B) | 350.1º | 0.77% | 0.53% | - |
| XYZ | 10.86 | 6.26 | 3.43 | - |
| YUV | 63.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 48 | 0 | 0.77 | 0.64 | 0.47 | 350.1 | 0.62 | 0.32 |
| Hex | 86 | 1F | 30 | 0 | 4D | 40 | 2F | 15E | 3E | 20 |
| Octal | 206 | 37 | 60 | 0 | 115 | 100 | 57 | 536 | 76 | 40 |
| Binary | 10000110 | 11111 | 110000 | 0 | 1001101 | 1000000 | 101111 | 101011110 | 111110 | 100000 |
Color Harmonies of #861F30
Complementary color
Monochromatic Colors of #861F30
Black with #861F30
Text Example
Text Example
White with #861F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F30; }
p { color: rgb(134,31,48); }
H1.HeaderClassName
{
color: #861F30;
}
.AnyTagClassName
{
color: #861F30;
}
</style>
background-color css
<style>
a { background-color: #861F30; }
a { background-color: rgb(134,31,48); }
div.DivClassName
{
background-color: #861F30;
}
.BgClassName
{
background-color: #861F30;
}
</style>
border-color css
<style>
span { border-color: #861F30; }
span { border-color: rgb(134,31,48); }
td.TdClassName
{
border-color: #861F30;
}
.TagClassName
{
border-color: #861F30;
}
</style>