Shades of Shiraz #862C3B
Tints of Shiraz #862C3B
RGB
CMYK
RGB Variations
Color information
#862C3B (or 0x862C3B) is known color: Shiraz. HEX triplet: 86, 2C and 3B. RGB value is (134,44,59). Sum of RGB (Red+Green+Blue) = 134+44+59=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #862C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C3B is #79D3C4. Grayscale: #484848. Windows color (decimal): -7984069 or 3878022. OLE color: 3878022.
HSL color Cylindrical-coordinate representation of color #862C3B: hue angle of 350º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C3B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 59 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.47 |
| HSL | 350º | 0.51% | 0.35% | - |
| HSV(B) | 350º | 0.67% | 0.53% | - |
| XYZ | 11.52 | 7.19 | 4.92 | - |
| YUV | 72.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 59 | 0 | 0.67 | 0.56 | 0.47 | 350 | 0.51 | 0.35 |
| Hex | 86 | 2C | 3B | 0 | 43 | 38 | 2F | 15E | 33 | 23 |
| Octal | 206 | 54 | 73 | 0 | 103 | 70 | 57 | 536 | 63 | 43 |
| Binary | 10000110 | 101100 | 111011 | 0 | 1000011 | 111000 | 101111 | 101011110 | 110011 | 100011 |
Color Harmonies of #862C3B
Complementary color
Monochromatic Colors of #862C3B
Black with #862C3B
Text Example
Text Example
White with #862C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C3B; }
p { color: rgb(134,44,59); }
H1.HeaderClassName
{
color: #862C3B;
}
.AnyTagClassName
{
color: #862C3B;
}
</style>
background-color css
<style>
a { background-color: #862C3B; }
a { background-color: rgb(134,44,59); }
div.DivClassName
{
background-color: #862C3B;
}
.BgClassName
{
background-color: #862C3B;
}
</style>
border-color css
<style>
span { border-color: #862C3B; }
span { border-color: rgb(134,44,59); }
td.TdClassName
{
border-color: #862C3B;
}
.TagClassName
{
border-color: #862C3B;
}
</style>