Shades of Shiraz #8A223C
Tints of Shiraz #8A223C
RGB
CMYK
RGB Variations
Color information
#8A223C (or 0x8A223C) is known color: Shiraz. HEX triplet: 8A, 22 and 3C. RGB value is (138,34,60). Sum of RGB (Red+Green+Blue) = 138+34+60=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A223C is #75DDC3. Grayscale: #444444. Windows color (decimal): -7724484 or 3941002. OLE color: 3941002.
HSL color Cylindrical-coordinate representation of color #8A223C: hue angle of 345º 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 #8A223C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 60 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.46 |
| HSL | 345º | 0.6% | 0.34% | - |
| HSV(B) | 345º | 0.75% | 0.54% | - |
| XYZ | 11.87 | 6.87 | 4.98 | - |
| YUV | 68.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 60 | 0 | 0.75 | 0.57 | 0.46 | 345 | 0.6 | 0.34 |
| Hex | 8A | 22 | 3C | 0 | 4B | 39 | 2E | 159 | 3C | 22 |
| Octal | 212 | 42 | 74 | 0 | 113 | 71 | 56 | 531 | 74 | 42 |
| Binary | 10001010 | 100010 | 111100 | 0 | 1001011 | 111001 | 101110 | 101011001 | 111100 | 100010 |
Color Harmonies of #8A223C
Complementary color
Monochromatic Colors of #8A223C
Black with #8A223C
Text Example
Text Example
White with #8A223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A223C; }
p { color: rgb(138,34,60); }
H1.HeaderClassName
{
color: #8A223C;
}
.AnyTagClassName
{
color: #8A223C;
}
</style>
background-color css
<style>
a { background-color: #8A223C; }
a { background-color: rgb(138,34,60); }
div.DivClassName
{
background-color: #8A223C;
}
.BgClassName
{
background-color: #8A223C;
}
</style>
border-color css
<style>
span { border-color: #8A223C; }
span { border-color: rgb(138,34,60); }
td.TdClassName
{
border-color: #8A223C;
}
.TagClassName
{
border-color: #8A223C;
}
</style>