Shades of Shiraz #8A213E
Tints of Shiraz #8A213E
RGB
CMYK
RGB Variations
Color information
#8A213E (or 0x8A213E) is known color: Shiraz. HEX triplet: 8A, 21 and 3E. RGB value is (138,33,62). Sum of RGB (Red+Green+Blue) = 138+33+62=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A213E is #75DEC1. Grayscale: #434343. Windows color (decimal): -7724738 or 4071818. OLE color: 4071818.
HSL color Cylindrical-coordinate representation of color #8A213E: hue angle of 343.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A213E is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 33 | 62 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.46 |
| HSL | 343.43º | 0.61% | 0.34% | - |
| HSV(B) | 343.43º | 0.76% | 0.54% | - |
| XYZ | 11.89 | 6.84 | 5.25 | - |
| YUV | 67.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 62 | 0 | 0.76 | 0.55 | 0.46 | 343.43 | 0.61 | 0.34 |
| Hex | 8A | 21 | 3E | 0 | 4C | 37 | 2E | 157 | 3D | 22 |
| Octal | 212 | 41 | 76 | 0 | 114 | 67 | 56 | 527 | 75 | 42 |
| Binary | 10001010 | 100001 | 111110 | 0 | 1001100 | 110111 | 101110 | 101010111 | 111101 | 100010 |
Color Harmonies of #8A213E
Complementary color
Monochromatic Colors of #8A213E
Black with #8A213E
Text Example
Text Example
White with #8A213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A213E; }
p { color: rgb(138,33,62); }
H1.HeaderClassName
{
color: #8A213E;
}
.AnyTagClassName
{
color: #8A213E;
}
</style>
background-color css
<style>
a { background-color: #8A213E; }
a { background-color: rgb(138,33,62); }
div.DivClassName
{
background-color: #8A213E;
}
.BgClassName
{
background-color: #8A213E;
}
</style>
border-color css
<style>
span { border-color: #8A213E; }
span { border-color: rgb(138,33,62); }
td.TdClassName
{
border-color: #8A213E;
}
.TagClassName
{
border-color: #8A213E;
}
</style>