Shades of Shiraz #862D33
Tints of Shiraz #862D33
RGB
CMYK
RGB Variations
Color information
#862D33 (or 0x862D33) is known color: Shiraz. HEX triplet: 86, 2D and 33. RGB value is (134,45,51). Sum of RGB (Red+Green+Blue) = 134+45+51=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D33 is #79D2CC. Grayscale: #484848. Windows color (decimal): -7983821 or 3353990. OLE color: 3353990.
HSL color Cylindrical-coordinate representation of color #862D33: hue angle of 355.96º 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 #862D33 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 51 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.47 |
| HSL | 355.96º | 0.5% | 0.35% | - |
| HSV(B) | 355.96º | 0.66% | 0.53% | - |
| XYZ | 11.37 | 7.18 | 3.92 | - |
| YUV | 72.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 51 | 0 | 0.66 | 0.62 | 0.47 | 355.96 | 0.5 | 0.35 |
| Hex | 86 | 2D | 33 | 0 | 42 | 3E | 2F | 164 | 32 | 23 |
| Octal | 206 | 55 | 63 | 0 | 102 | 76 | 57 | 544 | 62 | 43 |
| Binary | 10000110 | 101101 | 110011 | 0 | 1000010 | 111110 | 101111 | 101100100 | 110010 | 100011 |
Color Harmonies of #862D33
Complementary color
Monochromatic Colors of #862D33
Black with #862D33
Text Example
Text Example
White with #862D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D33; }
p { color: rgb(134,45,51); }
H1.HeaderClassName
{
color: #862D33;
}
.AnyTagClassName
{
color: #862D33;
}
</style>
background-color css
<style>
a { background-color: #862D33; }
a { background-color: rgb(134,45,51); }
div.DivClassName
{
background-color: #862D33;
}
.BgClassName
{
background-color: #862D33;
}
</style>
border-color css
<style>
span { border-color: #862D33; }
span { border-color: rgb(134,45,51); }
td.TdClassName
{
border-color: #862D33;
}
.TagClassName
{
border-color: #862D33;
}
</style>