Shades of Shiraz #86233F
Tints of Shiraz #86233F
RGB
CMYK
RGB Variations
Color information
#86233F (or 0x86233F) is known color: Shiraz. HEX triplet: 86, 23 and 3F. RGB value is (134,35,63). Sum of RGB (Red+Green+Blue) = 134+35+63=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86233F is #79DCC0. Grayscale: #434343. Windows color (decimal): -7986369 or 4137862. OLE color: 4137862.
HSL color Cylindrical-coordinate representation of color #86233F: hue angle of 343.03º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86233F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 63 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.47 |
| HSL | 343.03º | 0.59% | 0.33% | - |
| HSV(B) | 343.03º | 0.74% | 0.53% | - |
| XYZ | 11.33 | 6.63 | 5.39 | - |
| YUV | 67.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 63 | 0 | 0.74 | 0.53 | 0.47 | 343.03 | 0.59 | 0.33 |
| Hex | 86 | 23 | 3F | 0 | 4A | 35 | 2F | 157 | 3B | 21 |
| Octal | 206 | 43 | 77 | 0 | 112 | 65 | 57 | 527 | 73 | 41 |
| Binary | 10000110 | 100011 | 111111 | 0 | 1001010 | 110101 | 101111 | 101010111 | 111011 | 100001 |
Color Harmonies of #86233F
Complementary color
Monochromatic Colors of #86233F
Black with #86233F
Text Example
Text Example
White with #86233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86233F; }
p { color: rgb(134,35,63); }
H1.HeaderClassName
{
color: #86233F;
}
.AnyTagClassName
{
color: #86233F;
}
</style>
background-color css
<style>
a { background-color: #86233F; }
a { background-color: rgb(134,35,63); }
div.DivClassName
{
background-color: #86233F;
}
.BgClassName
{
background-color: #86233F;
}
</style>
border-color css
<style>
span { border-color: #86233F; }
span { border-color: rgb(134,35,63); }
td.TdClassName
{
border-color: #86233F;
}
.TagClassName
{
border-color: #86233F;
}
</style>