Shades of Shiraz #8A223B
Tints of Shiraz #8A223B
RGB
CMYK
RGB Variations
Color information
#8A223B (or 0x8A223B) is known color: Shiraz. HEX triplet: 8A, 22 and 3B. RGB value is (138,34,59). Sum of RGB (Red+Green+Blue) = 138+34+59=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A223B is #75DDC4. Grayscale: #434343. Windows color (decimal): -7724485 or 3875466. OLE color: 3875466.
HSL color Cylindrical-coordinate representation of color #8A223B: hue angle of 345.58º 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 #8A223B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 59 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.46 |
| HSL | 345.58º | 0.6% | 0.34% | - |
| HSV(B) | 345.58º | 0.75% | 0.54% | - |
| XYZ | 11.84 | 6.86 | 4.84 | - |
| YUV | 67.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 59 | 0 | 0.75 | 0.57 | 0.46 | 345.58 | 0.6 | 0.34 |
| Hex | 8A | 22 | 3B | 0 | 4B | 39 | 2E | 15A | 3C | 22 |
| Octal | 212 | 42 | 73 | 0 | 113 | 71 | 56 | 532 | 74 | 42 |
| Binary | 10001010 | 100010 | 111011 | 0 | 1001011 | 111001 | 101110 | 101011010 | 111100 | 100010 |
Color Harmonies of #8A223B
Complementary color
Monochromatic Colors of #8A223B
Black with #8A223B
Text Example
Text Example
White with #8A223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A223B; }
p { color: rgb(138,34,59); }
H1.HeaderClassName
{
color: #8A223B;
}
.AnyTagClassName
{
color: #8A223B;
}
</style>
background-color css
<style>
a { background-color: #8A223B; }
a { background-color: rgb(138,34,59); }
div.DivClassName
{
background-color: #8A223B;
}
.BgClassName
{
background-color: #8A223B;
}
</style>
border-color css
<style>
span { border-color: #8A223B; }
span { border-color: rgb(138,34,59); }
td.TdClassName
{
border-color: #8A223B;
}
.TagClassName
{
border-color: #8A223B;
}
</style>