Shades of Shiraz #86263B
Tints of Shiraz #86263B
RGB
CMYK
RGB Variations
Color information
#86263B (or 0x86263B) is known color: Shiraz. HEX triplet: 86, 26 and 3B. RGB value is (134,38,59). Sum of RGB (Red+Green+Blue) = 134+38+59=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86263B is #79D9C4. Grayscale: #454545. Windows color (decimal): -7985605 or 3876486. OLE color: 3876486.
HSL color Cylindrical-coordinate representation of color #86263B: hue angle of 346.88º degrees, saturation: 0.56, 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 #86263B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 59 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.47 |
| HSL | 346.88º | 0.56% | 0.34% | - |
| HSV(B) | 346.88º | 0.72% | 0.53% | - |
| XYZ | 11.31 | 6.77 | 4.85 | - |
| YUV | 69.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 59 | 0 | 0.72 | 0.56 | 0.47 | 346.88 | 0.56 | 0.34 |
| Hex | 86 | 26 | 3B | 0 | 48 | 38 | 2F | 15B | 38 | 22 |
| Octal | 206 | 46 | 73 | 0 | 110 | 70 | 57 | 533 | 70 | 42 |
| Binary | 10000110 | 100110 | 111011 | 0 | 1001000 | 111000 | 101111 | 101011011 | 111000 | 100010 |
Color Harmonies of #86263B
Complementary color
Monochromatic Colors of #86263B
Black with #86263B
Text Example
Text Example
White with #86263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86263B; }
p { color: rgb(134,38,59); }
H1.HeaderClassName
{
color: #86263B;
}
.AnyTagClassName
{
color: #86263B;
}
</style>
background-color css
<style>
a { background-color: #86263B; }
a { background-color: rgb(134,38,59); }
div.DivClassName
{
background-color: #86263B;
}
.BgClassName
{
background-color: #86263B;
}
</style>
border-color css
<style>
span { border-color: #86263B; }
span { border-color: rgb(134,38,59); }
td.TdClassName
{
border-color: #86263B;
}
.TagClassName
{
border-color: #86263B;
}
</style>