Shades of Shiraz #8A233E
Tints of Shiraz #8A233E
RGB
CMYK
RGB Variations
Color information
#8A233E (or 0x8A233E) is known color: Shiraz. HEX triplet: 8A, 23 and 3E. RGB value is (138,35,62). Sum of RGB (Red+Green+Blue) = 138+35+62=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A233E is #75DCC1. Grayscale: #444444. Windows color (decimal): -7724226 or 4072330. OLE color: 4072330.
HSL color Cylindrical-coordinate representation of color #8A233E: hue angle of 344.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A233E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 62 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.46 |
| HSL | 344.27º | 0.6% | 0.34% | - |
| HSV(B) | 344.27º | 0.75% | 0.54% | - |
| XYZ | 11.95 | 6.95 | 5.27 | - |
| YUV | 68.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 62 | 0 | 0.75 | 0.55 | 0.46 | 344.27 | 0.6 | 0.34 |
| Hex | 8A | 23 | 3E | 0 | 4B | 37 | 2E | 158 | 3C | 22 |
| Octal | 212 | 43 | 76 | 0 | 113 | 67 | 56 | 530 | 74 | 42 |
| Binary | 10001010 | 100011 | 111110 | 0 | 1001011 | 110111 | 101110 | 101011000 | 111100 | 100010 |
Color Harmonies of #8A233E
Complementary color
Monochromatic Colors of #8A233E
Black with #8A233E
Text Example
Text Example
White with #8A233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A233E; }
p { color: rgb(138,35,62); }
H1.HeaderClassName
{
color: #8A233E;
}
.AnyTagClassName
{
color: #8A233E;
}
</style>
background-color css
<style>
a { background-color: #8A233E; }
a { background-color: rgb(138,35,62); }
div.DivClassName
{
background-color: #8A233E;
}
.BgClassName
{
background-color: #8A233E;
}
</style>
border-color css
<style>
span { border-color: #8A233E; }
span { border-color: rgb(138,35,62); }
td.TdClassName
{
border-color: #8A233E;
}
.TagClassName
{
border-color: #8A233E;
}
</style>