Shades of Shiraz #8A163C
Tints of Shiraz #8A163C
RGB
CMYK
RGB Variations
Color information
#8A163C (or 0x8A163C) is known color: Shiraz. HEX triplet: 8A, 16 and 3C. RGB value is (138,22,60). Sum of RGB (Red+Green+Blue) = 138+22+60=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A163C is #75E9C3. Grayscale: #3C3C3C. Windows color (decimal): -7727556 or 3937930. OLE color: 3937930.
HSL color Cylindrical-coordinate representation of color #8A163C: hue angle of 340.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A163C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 60 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.46 |
| HSL | 340.34º | 0.73% | 0.31% | - |
| HSV(B) | 340.34º | 0.84% | 0.54% | - |
| XYZ | 11.58 | 6.3 | 4.88 | - |
| YUV | 61.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 60 | 0 | 0.84 | 0.57 | 0.46 | 340.34 | 0.73 | 0.31 |
| Hex | 8A | 16 | 3C | 0 | 54 | 39 | 2E | 154 | 48 | 1F |
| Octal | 212 | 26 | 74 | 0 | 124 | 71 | 56 | 524 | 110 | 37 |
| Binary | 10001010 | 10110 | 111100 | 0 | 1010100 | 111001 | 101110 | 101010100 | 1001000 | 11111 |
Color Harmonies of #8A163C
Complementary color
Monochromatic Colors of #8A163C
Black with #8A163C
Text Example
Text Example
White with #8A163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A163C; }
p { color: rgb(138,22,60); }
H1.HeaderClassName
{
color: #8A163C;
}
.AnyTagClassName
{
color: #8A163C;
}
</style>
background-color css
<style>
a { background-color: #8A163C; }
a { background-color: rgb(138,22,60); }
div.DivClassName
{
background-color: #8A163C;
}
.BgClassName
{
background-color: #8A163C;
}
</style>
border-color css
<style>
span { border-color: #8A163C; }
span { border-color: rgb(138,22,60); }
td.TdClassName
{
border-color: #8A163C;
}
.TagClassName
{
border-color: #8A163C;
}
</style>