Shades of Shiraz #86232F
Tints of Shiraz #86232F
RGB
CMYK
RGB Variations
Color information
#86232F (or 0x86232F) is known color: Shiraz. HEX triplet: 86, 23 and 2F. RGB value is (134,35,47). Sum of RGB (Red+Green+Blue) = 134+35+47=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86232F is #79DCD0. Grayscale: #424242. Windows color (decimal): -7986385 or 3089286. OLE color: 3089286.
HSL color Cylindrical-coordinate representation of color #86232F: hue angle of 352.73º 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 #86232F is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 47 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.47 |
| HSL | 352.73º | 0.59% | 0.33% | - |
| HSV(B) | 352.73º | 0.74% | 0.53% | - |
| XYZ | 10.95 | 6.48 | 3.36 | - |
| YUV | 65.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 47 | 0 | 0.74 | 0.65 | 0.47 | 352.73 | 0.59 | 0.33 |
| Hex | 86 | 23 | 2F | 0 | 4A | 41 | 2F | 161 | 3B | 21 |
| Octal | 206 | 43 | 57 | 0 | 112 | 101 | 57 | 541 | 73 | 41 |
| Binary | 10000110 | 100011 | 101111 | 0 | 1001010 | 1000001 | 101111 | 101100001 | 111011 | 100001 |
Color Harmonies of #86232F
Complementary color
Monochromatic Colors of #86232F
Black with #86232F
Text Example
Text Example
White with #86232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86232F; }
p { color: rgb(134,35,47); }
H1.HeaderClassName
{
color: #86232F;
}
.AnyTagClassName
{
color: #86232F;
}
</style>
background-color css
<style>
a { background-color: #86232F; }
a { background-color: rgb(134,35,47); }
div.DivClassName
{
background-color: #86232F;
}
.BgClassName
{
background-color: #86232F;
}
</style>
border-color css
<style>
span { border-color: #86232F; }
span { border-color: rgb(134,35,47); }
td.TdClassName
{
border-color: #86232F;
}
.TagClassName
{
border-color: #86232F;
}
</style>