Shades of Shiraz #8C233E
Tints of Shiraz #8C233E
RGB
CMYK
RGB Variations
Color information
#8C233E (or 0x8C233E) is known color: Shiraz. HEX triplet: 8C, 23 and 3E. RGB value is (140,35,62). Sum of RGB (Red+Green+Blue) = 140+35+62=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C233E is #73DCC1. Grayscale: #454545. Windows color (decimal): -7593154 or 4072332. OLE color: 4072332.
HSL color Cylindrical-coordinate representation of color #8C233E: hue angle of 344.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C233E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 62 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.45 |
| HSL | 344.57º | 0.6% | 0.34% | - |
| HSV(B) | 344.57º | 0.75% | 0.55% | - |
| XYZ | 12.29 | 7.13 | 5.29 | - |
| YUV | 69.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 62 | 0 | 0.75 | 0.56 | 0.45 | 344.57 | 0.6 | 0.34 |
| Hex | 8C | 23 | 3E | 0 | 4B | 38 | 2D | 159 | 3C | 22 |
| Octal | 214 | 43 | 76 | 0 | 113 | 70 | 55 | 531 | 74 | 42 |
| Binary | 10001100 | 100011 | 111110 | 0 | 1001011 | 111000 | 101101 | 101011001 | 111100 | 100010 |
Color Harmonies of #8C233E
Complementary color
Monochromatic Colors of #8C233E
Black with #8C233E
Text Example
Text Example
White with #8C233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C233E; }
p { color: rgb(140,35,62); }
H1.HeaderClassName
{
color: #8C233E;
}
.AnyTagClassName
{
color: #8C233E;
}
</style>
background-color css
<style>
a { background-color: #8C233E; }
a { background-color: rgb(140,35,62); }
div.DivClassName
{
background-color: #8C233E;
}
.BgClassName
{
background-color: #8C233E;
}
</style>
border-color css
<style>
span { border-color: #8C233E; }
span { border-color: rgb(140,35,62); }
td.TdClassName
{
border-color: #8C233E;
}
.TagClassName
{
border-color: #8C233E;
}
</style>