Shades of Shiraz #8A2034
Tints of Shiraz #8A2034
RGB
CMYK
RGB Variations
Color information
#8A2034 (or 0x8A2034) is known color: Shiraz. HEX triplet: 8A, 20 and 34. RGB value is (138,32,52). Sum of RGB (Red+Green+Blue) = 138+32+52=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2034 is #75DFCB. Grayscale: #424242. Windows color (decimal): -7725004 or 3416202. OLE color: 3416202.
HSL color Cylindrical-coordinate representation of color #8A2034: hue angle of 348.68º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2034 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 32 | 52 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.46 |
| HSL | 348.68º | 0.62% | 0.33% | - |
| HSV(B) | 348.68º | 0.77% | 0.54% | - |
| XYZ | 11.62 | 6.68 | 3.93 | - |
| YUV | 65.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 52 | 0 | 0.77 | 0.62 | 0.46 | 348.68 | 0.62 | 0.33 |
| Hex | 8A | 20 | 34 | 0 | 4D | 3E | 2E | 15D | 3E | 21 |
| Octal | 212 | 40 | 64 | 0 | 115 | 76 | 56 | 535 | 76 | 41 |
| Binary | 10001010 | 100000 | 110100 | 0 | 1001101 | 111110 | 101110 | 101011101 | 111110 | 100001 |
Color Harmonies of #8A2034
Complementary color
Monochromatic Colors of #8A2034
Black with #8A2034
Text Example
Text Example
White with #8A2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2034; }
p { color: rgb(138,32,52); }
H1.HeaderClassName
{
color: #8A2034;
}
.AnyTagClassName
{
color: #8A2034;
}
</style>
background-color css
<style>
a { background-color: #8A2034; }
a { background-color: rgb(138,32,52); }
div.DivClassName
{
background-color: #8A2034;
}
.BgClassName
{
background-color: #8A2034;
}
</style>
border-color css
<style>
span { border-color: #8A2034; }
span { border-color: rgb(138,32,52); }
td.TdClassName
{
border-color: #8A2034;
}
.TagClassName
{
border-color: #8A2034;
}
</style>