Shades of Shiraz #8A213C
Tints of Shiraz #8A213C
RGB
CMYK
RGB Variations
Color information
#8A213C (or 0x8A213C) is known color: Shiraz. HEX triplet: 8A, 21 and 3C. RGB value is (138,33,60). Sum of RGB (Red+Green+Blue) = 138+33+60=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A213C is #75DEC3. Grayscale: #434343. Windows color (decimal): -7724740 or 3940746. OLE color: 3940746.
HSL color Cylindrical-coordinate representation of color #8A213C: hue angle of 344.57º 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 #8A213C is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 33 | 60 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.46 |
| HSL | 344.57º | 0.61% | 0.34% | - |
| HSV(B) | 344.57º | 0.76% | 0.54% | - |
| XYZ | 11.84 | 6.82 | 4.97 | - |
| YUV | 67.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 60 | 0 | 0.76 | 0.57 | 0.46 | 344.57 | 0.61 | 0.34 |
| Hex | 8A | 21 | 3C | 0 | 4C | 39 | 2E | 159 | 3D | 22 |
| Octal | 212 | 41 | 74 | 0 | 114 | 71 | 56 | 531 | 75 | 42 |
| Binary | 10001010 | 100001 | 111100 | 0 | 1001100 | 111001 | 101110 | 101011001 | 111101 | 100010 |
Color Harmonies of #8A213C
Complementary color
Monochromatic Colors of #8A213C
Black with #8A213C
Text Example
Text Example
White with #8A213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A213C; }
p { color: rgb(138,33,60); }
H1.HeaderClassName
{
color: #8A213C;
}
.AnyTagClassName
{
color: #8A213C;
}
</style>
background-color css
<style>
a { background-color: #8A213C; }
a { background-color: rgb(138,33,60); }
div.DivClassName
{
background-color: #8A213C;
}
.BgClassName
{
background-color: #8A213C;
}
</style>
border-color css
<style>
span { border-color: #8A213C; }
span { border-color: rgb(138,33,60); }
td.TdClassName
{
border-color: #8A213C;
}
.TagClassName
{
border-color: #8A213C;
}
</style>