Shades of Shiraz #862D36
Tints of Shiraz #862D36
RGB
CMYK
RGB Variations
Color information
#862D36 (or 0x862D36) is known color: Shiraz. HEX triplet: 86, 2D and 36. RGB value is (134,45,54). Sum of RGB (Red+Green+Blue) = 134+45+54=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #862D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D36 is #79D2C9. Grayscale: #484848. Windows color (decimal): -7983818 or 3550598. OLE color: 3550598.
HSL color Cylindrical-coordinate representation of color #862D36: hue angle of 353.93º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D36 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 54 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.47 |
| HSL | 353.93º | 0.5% | 0.35% | - |
| HSV(B) | 353.93º | 0.66% | 0.53% | - |
| XYZ | 11.44 | 7.21 | 4.28 | - |
| YUV | 72.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 54 | 0 | 0.66 | 0.60 | 0.47 | 353.93 | 0.5 | 0.35 |
| Hex | 86 | 2D | 36 | 0 | 42 | 3C | 2F | 162 | 32 | 23 |
| Octal | 206 | 55 | 66 | 0 | 102 | 74 | 57 | 542 | 62 | 43 |
| Binary | 10000110 | 101101 | 110110 | 0 | 1000010 | 111100 | 101111 | 101100010 | 110010 | 100011 |
Color Harmonies of #862D36
Complementary color
Monochromatic Colors of #862D36
Black with #862D36
Text Example
Text Example
White with #862D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D36; }
p { color: rgb(134,45,54); }
H1.HeaderClassName
{
color: #862D36;
}
.AnyTagClassName
{
color: #862D36;
}
</style>
background-color css
<style>
a { background-color: #862D36; }
a { background-color: rgb(134,45,54); }
div.DivClassName
{
background-color: #862D36;
}
.BgClassName
{
background-color: #862D36;
}
</style>
border-color css
<style>
span { border-color: #862D36; }
span { border-color: rgb(134,45,54); }
td.TdClassName
{
border-color: #862D36;
}
.TagClassName
{
border-color: #862D36;
}
</style>