Shades of Shiraz #86183C
Tints of Shiraz #86183C
RGB
CMYK
RGB Variations
Color information
#86183C (or 0x86183C) is known color: Shiraz. HEX triplet: 86, 18 and 3C. RGB value is (134,24,60). Sum of RGB (Red+Green+Blue) = 134+24+60=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86183C is #79E7C3. Grayscale: #3C3C3C. Windows color (decimal): -7989188 or 3938438. OLE color: 3938438.
HSL color Cylindrical-coordinate representation of color #86183C: hue angle of 340.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86183C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 60 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.47 |
| HSL | 340.36º | 0.7% | 0.31% | - |
| HSV(B) | 340.36º | 0.82% | 0.53% | - |
| XYZ | 10.97 | 6.05 | 4.86 | - |
| YUV | 60.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 60 | 0 | 0.82 | 0.55 | 0.47 | 340.36 | 0.7 | 0.31 |
| Hex | 86 | 18 | 3C | 0 | 52 | 37 | 2F | 154 | 46 | 1F |
| Octal | 206 | 30 | 74 | 0 | 122 | 67 | 57 | 524 | 106 | 37 |
| Binary | 10000110 | 11000 | 111100 | 0 | 1010010 | 110111 | 101111 | 101010100 | 1000110 | 11111 |
Color Harmonies of #86183C
Complementary color
Monochromatic Colors of #86183C
Black with #86183C
Text Example
Text Example
White with #86183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86183C; }
p { color: rgb(134,24,60); }
H1.HeaderClassName
{
color: #86183C;
}
.AnyTagClassName
{
color: #86183C;
}
</style>
background-color css
<style>
a { background-color: #86183C; }
a { background-color: rgb(134,24,60); }
div.DivClassName
{
background-color: #86183C;
}
.BgClassName
{
background-color: #86183C;
}
</style>
border-color css
<style>
span { border-color: #86183C; }
span { border-color: rgb(134,24,60); }
td.TdClassName
{
border-color: #86183C;
}
.TagClassName
{
border-color: #86183C;
}
</style>