Shades of Shiraz #86253E
Tints of Shiraz #86253E
RGB
CMYK
RGB Variations
Color information
#86253E (or 0x86253E) is known color: Shiraz. HEX triplet: 86, 25 and 3E. RGB value is (134,37,62). Sum of RGB (Red+Green+Blue) = 134+37+62=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86253E is #79DAC1. Grayscale: #444444. Windows color (decimal): -7985858 or 4072838. OLE color: 4072838.
HSL color Cylindrical-coordinate representation of color #86253E: hue angle of 344.54º 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 #86253E is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 62 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.47 |
| HSL | 344.54º | 0.57% | 0.34% | - |
| HSV(B) | 344.54º | 0.72% | 0.53% | - |
| XYZ | 11.36 | 6.74 | 5.26 | - |
| YUV | 68.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 62 | 0 | 0.72 | 0.54 | 0.47 | 344.54 | 0.57 | 0.34 |
| Hex | 86 | 25 | 3E | 0 | 48 | 36 | 2F | 159 | 39 | 22 |
| Octal | 206 | 45 | 76 | 0 | 110 | 66 | 57 | 531 | 71 | 42 |
| Binary | 10000110 | 100101 | 111110 | 0 | 1001000 | 110110 | 101111 | 101011001 | 111001 | 100010 |
Color Harmonies of #86253E
Complementary color
Monochromatic Colors of #86253E
Black with #86253E
Text Example
Text Example
White with #86253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86253E; }
p { color: rgb(134,37,62); }
H1.HeaderClassName
{
color: #86253E;
}
.AnyTagClassName
{
color: #86253E;
}
</style>
background-color css
<style>
a { background-color: #86253E; }
a { background-color: rgb(134,37,62); }
div.DivClassName
{
background-color: #86253E;
}
.BgClassName
{
background-color: #86253E;
}
</style>
border-color css
<style>
span { border-color: #86253E; }
span { border-color: rgb(134,37,62); }
td.TdClassName
{
border-color: #86253E;
}
.TagClassName
{
border-color: #86253E;
}
</style>