Shades of Shiraz #86233A
Tints of Shiraz #86233A
RGB
CMYK
RGB Variations
Color information
#86233A (or 0x86233A) is known color: Shiraz. HEX triplet: 86, 23 and 3A. RGB value is (134,35,58). Sum of RGB (Red+Green+Blue) = 134+35+58=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86233A is #79DCC5. Grayscale: #434343. Windows color (decimal): -7986374 or 3810182. OLE color: 3810182.
HSL color Cylindrical-coordinate representation of color #86233A: hue angle of 346.06º 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 #86233A is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 58 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.47 |
| HSL | 346.06º | 0.59% | 0.33% | - |
| HSV(B) | 346.06º | 0.74% | 0.53% | - |
| XYZ | 11.2 | 6.58 | 4.68 | - |
| YUV | 67.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 58 | 0 | 0.74 | 0.57 | 0.47 | 346.06 | 0.59 | 0.33 |
| Hex | 86 | 23 | 3A | 0 | 4A | 39 | 2F | 15A | 3B | 21 |
| Octal | 206 | 43 | 72 | 0 | 112 | 71 | 57 | 532 | 73 | 41 |
| Binary | 10000110 | 100011 | 111010 | 0 | 1001010 | 111001 | 101111 | 101011010 | 111011 | 100001 |
Color Harmonies of #86233A
Complementary color
Monochromatic Colors of #86233A
Black with #86233A
Text Example
Text Example
White with #86233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86233A; }
p { color: rgb(134,35,58); }
H1.HeaderClassName
{
color: #86233A;
}
.AnyTagClassName
{
color: #86233A;
}
</style>
background-color css
<style>
a { background-color: #86233A; }
a { background-color: rgb(134,35,58); }
div.DivClassName
{
background-color: #86233A;
}
.BgClassName
{
background-color: #86233A;
}
</style>
border-color css
<style>
span { border-color: #86233A; }
span { border-color: rgb(134,35,58); }
td.TdClassName
{
border-color: #86233A;
}
.TagClassName
{
border-color: #86233A;
}
</style>