Shades of Shiraz #862B3E
Tints of Shiraz #862B3E
RGB
CMYK
RGB Variations
Color information
#862B3E (or 0x862B3E) is known color: Shiraz. HEX triplet: 86, 2B and 3E. RGB value is (134,43,62). Sum of RGB (Red+Green+Blue) = 134+43+62=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #862B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B3E is #79D4C1. Grayscale: #484848. Windows color (decimal): -7984322 or 4074374. OLE color: 4074374.
HSL color Cylindrical-coordinate representation of color #862B3E: hue angle of 347.47º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B3E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 62 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.47 |
| HSL | 347.47º | 0.51% | 0.35% | - |
| HSV(B) | 347.47º | 0.68% | 0.53% | - |
| XYZ | 11.56 | 7.14 | 5.33 | - |
| YUV | 72.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 62 | 0 | 0.68 | 0.54 | 0.47 | 347.47 | 0.51 | 0.35 |
| Hex | 86 | 2B | 3E | 0 | 44 | 36 | 2F | 15B | 33 | 23 |
| Octal | 206 | 53 | 76 | 0 | 104 | 66 | 57 | 533 | 63 | 43 |
| Binary | 10000110 | 101011 | 111110 | 0 | 1000100 | 110110 | 101111 | 101011011 | 110011 | 100011 |
Color Harmonies of #862B3E
Complementary color
Monochromatic Colors of #862B3E
Black with #862B3E
Text Example
Text Example
White with #862B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B3E; }
p { color: rgb(134,43,62); }
H1.HeaderClassName
{
color: #862B3E;
}
.AnyTagClassName
{
color: #862B3E;
}
</style>
background-color css
<style>
a { background-color: #862B3E; }
a { background-color: rgb(134,43,62); }
div.DivClassName
{
background-color: #862B3E;
}
.BgClassName
{
background-color: #862B3E;
}
</style>
border-color css
<style>
span { border-color: #862B3E; }
span { border-color: rgb(134,43,62); }
td.TdClassName
{
border-color: #862B3E;
}
.TagClassName
{
border-color: #862B3E;
}
</style>