Shades of Shiraz #8A2C40
Tints of Shiraz #8A2C40
RGB
CMYK
RGB Variations
Color information
#8A2C40 (or 0x8A2C40) is known color: Shiraz. HEX triplet: 8A, 2C and 40. RGB value is (138,44,64). Sum of RGB (Red+Green+Blue) = 138+44+64=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C40 is #75D3BF. Grayscale: #4A4A4A. Windows color (decimal): -7721920 or 4205706. OLE color: 4205706.
HSL color Cylindrical-coordinate representation of color #8A2C40: hue angle of 347.23º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C40 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 64 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.46 |
| HSL | 347.23º | 0.52% | 0.36% | - |
| HSV(B) | 347.23º | 0.68% | 0.54% | - |
| XYZ | 12.31 | 7.57 | 5.66 | - |
| YUV | 74.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 64 | 0 | 0.68 | 0.54 | 0.46 | 347.23 | 0.52 | 0.36 |
| Hex | 8A | 2C | 40 | 0 | 44 | 36 | 2E | 15B | 34 | 24 |
| Octal | 212 | 54 | 100 | 0 | 104 | 66 | 56 | 533 | 64 | 44 |
| Binary | 10001010 | 101100 | 1000000 | 0 | 1000100 | 110110 | 101110 | 101011011 | 110100 | 100100 |
Color Harmonies of #8A2C40
Complementary color
Monochromatic Colors of #8A2C40
Black with #8A2C40
Text Example
Text Example
White with #8A2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C40; }
p { color: rgb(138,44,64); }
H1.HeaderClassName
{
color: #8A2C40;
}
.AnyTagClassName
{
color: #8A2C40;
}
</style>
background-color css
<style>
a { background-color: #8A2C40; }
a { background-color: rgb(138,44,64); }
div.DivClassName
{
background-color: #8A2C40;
}
.BgClassName
{
background-color: #8A2C40;
}
</style>
border-color css
<style>
span { border-color: #8A2C40; }
span { border-color: rgb(138,44,64); }
td.TdClassName
{
border-color: #8A2C40;
}
.TagClassName
{
border-color: #8A2C40;
}
</style>