Shades of Shiraz #8A153A
Tints of Shiraz #8A153A
RGB
CMYK
RGB Variations
Color information
#8A153A (or 0x8A153A) is known color: Shiraz. HEX triplet: 8A, 15 and 3A. RGB value is (138,21,58). Sum of RGB (Red+Green+Blue) = 138+21+58=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A153A is #75EAC5. Grayscale: #3C3C3C. Windows color (decimal): -7727814 or 3806602. OLE color: 3806602.
HSL color Cylindrical-coordinate representation of color #8A153A: hue angle of 341.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A153A is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 58 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.46 |
| HSL | 341.03º | 0.74% | 0.31% | - |
| HSV(B) | 341.03º | 0.85% | 0.54% | - |
| XYZ | 11.51 | 6.25 | 4.6 | - |
| YUV | 60.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 58 | 0 | 0.85 | 0.58 | 0.46 | 341.03 | 0.74 | 0.31 |
| Hex | 8A | 15 | 3A | 0 | 55 | 3A | 2E | 155 | 4A | 1F |
| Octal | 212 | 25 | 72 | 0 | 125 | 72 | 56 | 525 | 112 | 37 |
| Binary | 10001010 | 10101 | 111010 | 0 | 1010101 | 111010 | 101110 | 101010101 | 1001010 | 11111 |
Color Harmonies of #8A153A
Complementary color
Monochromatic Colors of #8A153A
Black with #8A153A
Text Example
Text Example
White with #8A153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A153A; }
p { color: rgb(138,21,58); }
H1.HeaderClassName
{
color: #8A153A;
}
.AnyTagClassName
{
color: #8A153A;
}
</style>
background-color css
<style>
a { background-color: #8A153A; }
a { background-color: rgb(138,21,58); }
div.DivClassName
{
background-color: #8A153A;
}
.BgClassName
{
background-color: #8A153A;
}
</style>
border-color css
<style>
span { border-color: #8A153A; }
span { border-color: rgb(138,21,58); }
td.TdClassName
{
border-color: #8A153A;
}
.TagClassName
{
border-color: #8A153A;
}
</style>