Shades of Shiraz #86253C
Tints of Shiraz #86253C
RGB
CMYK
RGB Variations
Color information
#86253C (or 0x86253C) is known color: Shiraz. HEX triplet: 86, 25 and 3C. RGB value is (134,37,60). Sum of RGB (Red+Green+Blue) = 134+37+60=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86253C is #79DAC3. Grayscale: #444444. Windows color (decimal): -7985860 or 3941766. OLE color: 3941766.
HSL color Cylindrical-coordinate representation of color #86253C: hue angle of 345.77º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86253C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 60 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.47 |
| HSL | 345.77º | 0.57% | 0.34% | - |
| HSV(B) | 345.77º | 0.72% | 0.53% | - |
| XYZ | 11.31 | 6.72 | 4.98 | - |
| YUV | 68.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 60 | 0 | 0.72 | 0.55 | 0.47 | 345.77 | 0.57 | 0.34 |
| Hex | 86 | 25 | 3C | 0 | 48 | 37 | 2F | 15A | 39 | 22 |
| Octal | 206 | 45 | 74 | 0 | 110 | 67 | 57 | 532 | 71 | 42 |
| Binary | 10000110 | 100101 | 111100 | 0 | 1001000 | 110111 | 101111 | 101011010 | 111001 | 100010 |
Color Harmonies of #86253C
Complementary color
Monochromatic Colors of #86253C
Black with #86253C
Text Example
Text Example
White with #86253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86253C; }
p { color: rgb(134,37,60); }
H1.HeaderClassName
{
color: #86253C;
}
.AnyTagClassName
{
color: #86253C;
}
</style>
background-color css
<style>
a { background-color: #86253C; }
a { background-color: rgb(134,37,60); }
div.DivClassName
{
background-color: #86253C;
}
.BgClassName
{
background-color: #86253C;
}
</style>
border-color css
<style>
span { border-color: #86253C; }
span { border-color: rgb(134,37,60); }
td.TdClassName
{
border-color: #86253C;
}
.TagClassName
{
border-color: #86253C;
}
</style>