Shades of Shiraz #8A2237
Tints of Shiraz #8A2237
RGB
CMYK
RGB Variations
Color information
#8A2237 (or 0x8A2237) is known color: Shiraz. HEX triplet: 8A, 22 and 37. RGB value is (138,34,55). Sum of RGB (Red+Green+Blue) = 138+34+55=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2237 is #75DDC8. Grayscale: #434343. Windows color (decimal): -7724489 or 3613322. OLE color: 3613322.
HSL color Cylindrical-coordinate representation of color #8A2237: hue angle of 347.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2237 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 55 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.46 |
| HSL | 347.88º | 0.6% | 0.34% | - |
| HSV(B) | 347.88º | 0.75% | 0.54% | - |
| XYZ | 11.74 | 6.82 | 4.31 | - |
| YUV | 67.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 55 | 0 | 0.75 | 0.60 | 0.46 | 347.88 | 0.6 | 0.34 |
| Hex | 8A | 22 | 37 | 0 | 4B | 3C | 2E | 15C | 3C | 22 |
| Octal | 212 | 42 | 67 | 0 | 113 | 74 | 56 | 534 | 74 | 42 |
| Binary | 10001010 | 100010 | 110111 | 0 | 1001011 | 111100 | 101110 | 101011100 | 111100 | 100010 |
Color Harmonies of #8A2237
Complementary color
Monochromatic Colors of #8A2237
Black with #8A2237
Text Example
Text Example
White with #8A2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2237; }
p { color: rgb(138,34,55); }
H1.HeaderClassName
{
color: #8A2237;
}
.AnyTagClassName
{
color: #8A2237;
}
</style>
background-color css
<style>
a { background-color: #8A2237; }
a { background-color: rgb(138,34,55); }
div.DivClassName
{
background-color: #8A2237;
}
.BgClassName
{
background-color: #8A2237;
}
</style>
border-color css
<style>
span { border-color: #8A2237; }
span { border-color: rgb(138,34,55); }
td.TdClassName
{
border-color: #8A2237;
}
.TagClassName
{
border-color: #8A2237;
}
</style>