Shades of Shiraz #862C3D
Tints of Shiraz #862C3D
RGB
CMYK
RGB Variations
Color information
#862C3D (or 0x862C3D) is known color: Shiraz. HEX triplet: 86, 2C and 3D. RGB value is (134,44,61). Sum of RGB (Red+Green+Blue) = 134+44+61=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #862C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C3D is #79D3C2. Grayscale: #484848. Windows color (decimal): -7984067 or 4009094. OLE color: 4009094.
HSL color Cylindrical-coordinate representation of color #862C3D: hue angle of 348.67º 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 #862C3D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 61 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.47 |
| HSL | 348.67º | 0.51% | 0.35% | - |
| HSV(B) | 348.67º | 0.67% | 0.53% | - |
| XYZ | 11.57 | 7.21 | 5.2 | - |
| YUV | 72.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 61 | 0 | 0.67 | 0.54 | 0.47 | 348.67 | 0.51 | 0.35 |
| Hex | 86 | 2C | 3D | 0 | 43 | 36 | 2F | 15D | 33 | 23 |
| Octal | 206 | 54 | 75 | 0 | 103 | 66 | 57 | 535 | 63 | 43 |
| Binary | 10000110 | 101100 | 111101 | 0 | 1000011 | 110110 | 101111 | 101011101 | 110011 | 100011 |
Color Harmonies of #862C3D
Complementary color
Monochromatic Colors of #862C3D
Black with #862C3D
Text Example
Text Example
White with #862C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C3D; }
p { color: rgb(134,44,61); }
H1.HeaderClassName
{
color: #862C3D;
}
.AnyTagClassName
{
color: #862C3D;
}
</style>
background-color css
<style>
a { background-color: #862C3D; }
a { background-color: rgb(134,44,61); }
div.DivClassName
{
background-color: #862C3D;
}
.BgClassName
{
background-color: #862C3D;
}
</style>
border-color css
<style>
span { border-color: #862C3D; }
span { border-color: rgb(134,44,61); }
td.TdClassName
{
border-color: #862C3D;
}
.TagClassName
{
border-color: #862C3D;
}
</style>