Shades of Shiraz #86263A
Tints of Shiraz #86263A
RGB
CMYK
RGB Variations
Color information
#86263A (or 0x86263A) is known color: Shiraz. HEX triplet: 86, 26 and 3A. RGB value is (134,38,58). Sum of RGB (Red+Green+Blue) = 134+38+58=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86263A is #79D9C5. Grayscale: #444444. Windows color (decimal): -7985606 or 3810950. OLE color: 3810950.
HSL color Cylindrical-coordinate representation of color #86263A: hue angle of 347.5º 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 #86263A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 58 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.47 |
| HSL | 347.5º | 0.56% | 0.34% | - |
| HSV(B) | 347.5º | 0.72% | 0.53% | - |
| XYZ | 11.29 | 6.76 | 4.71 | - |
| YUV | 68.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 58 | 0 | 0.72 | 0.57 | 0.47 | 347.5 | 0.56 | 0.34 |
| Hex | 86 | 26 | 3A | 0 | 48 | 39 | 2F | 15C | 38 | 22 |
| Octal | 206 | 46 | 72 | 0 | 110 | 71 | 57 | 534 | 70 | 42 |
| Binary | 10000110 | 100110 | 111010 | 0 | 1001000 | 111001 | 101111 | 101011100 | 111000 | 100010 |
Color Harmonies of #86263A
Complementary color
Monochromatic Colors of #86263A
Black with #86263A
Text Example
Text Example
White with #86263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86263A; }
p { color: rgb(134,38,58); }
H1.HeaderClassName
{
color: #86263A;
}
.AnyTagClassName
{
color: #86263A;
}
</style>
background-color css
<style>
a { background-color: #86263A; }
a { background-color: rgb(134,38,58); }
div.DivClassName
{
background-color: #86263A;
}
.BgClassName
{
background-color: #86263A;
}
</style>
border-color css
<style>
span { border-color: #86263A; }
span { border-color: rgb(134,38,58); }
td.TdClassName
{
border-color: #86263A;
}
.TagClassName
{
border-color: #86263A;
}
</style>