Shades of Shiraz #862C34
Tints of Shiraz #862C34
RGB
CMYK
RGB Variations
Color information
#862C34 (or 0x862C34) is known color: Shiraz. HEX triplet: 86, 2C and 34. RGB value is (134,44,52). Sum of RGB (Red+Green+Blue) = 134+44+52=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C34 is #79D3CB. Grayscale: #474747. Windows color (decimal): -7984076 or 3419270. OLE color: 3419270.
HSL color Cylindrical-coordinate representation of color #862C34: hue angle of 354.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 #862C34 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 52 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.47 |
| HSL | 354.67º | 0.51% | 0.35% | - |
| HSV(B) | 354.67º | 0.67% | 0.53% | - |
| XYZ | 11.35 | 7.12 | 4.02 | - |
| YUV | 71.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 52 | 0 | 0.67 | 0.61 | 0.47 | 354.67 | 0.51 | 0.35 |
| Hex | 86 | 2C | 34 | 0 | 43 | 3D | 2F | 163 | 33 | 23 |
| Octal | 206 | 54 | 64 | 0 | 103 | 75 | 57 | 543 | 63 | 43 |
| Binary | 10000110 | 101100 | 110100 | 0 | 1000011 | 111101 | 101111 | 101100011 | 110011 | 100011 |
Color Harmonies of #862C34
Complementary color
Monochromatic Colors of #862C34
Black with #862C34
Text Example
Text Example
White with #862C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C34; }
p { color: rgb(134,44,52); }
H1.HeaderClassName
{
color: #862C34;
}
.AnyTagClassName
{
color: #862C34;
}
</style>
background-color css
<style>
a { background-color: #862C34; }
a { background-color: rgb(134,44,52); }
div.DivClassName
{
background-color: #862C34;
}
.BgClassName
{
background-color: #862C34;
}
</style>
border-color css
<style>
span { border-color: #862C34; }
span { border-color: rgb(134,44,52); }
td.TdClassName
{
border-color: #862C34;
}
.TagClassName
{
border-color: #862C34;
}
</style>