Shades of Shiraz #8A183C
Tints of Shiraz #8A183C
RGB
CMYK
RGB Variations
Color information
#8A183C (or 0x8A183C) is known color: Shiraz. HEX triplet: 8A, 18 and 3C. RGB value is (138,24,60). Sum of RGB (Red+Green+Blue) = 138+24+60=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A183C is #75E7C3. Grayscale: #3E3E3E. Windows color (decimal): -7727044 or 3938442. OLE color: 3938442.
HSL color Cylindrical-coordinate representation of color #8A183C: hue angle of 341.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A183C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 60 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.46 |
| HSL | 341.05º | 0.7% | 0.32% | - |
| HSV(B) | 341.05º | 0.83% | 0.54% | - |
| XYZ | 11.62 | 6.38 | 4.89 | - |
| YUV | 62.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 60 | 0 | 0.83 | 0.57 | 0.46 | 341.05 | 0.7 | 0.32 |
| Hex | 8A | 18 | 3C | 0 | 53 | 39 | 2E | 155 | 46 | 20 |
| Octal | 212 | 30 | 74 | 0 | 123 | 71 | 56 | 525 | 106 | 40 |
| Binary | 10001010 | 11000 | 111100 | 0 | 1010011 | 111001 | 101110 | 101010101 | 1000110 | 100000 |
Color Harmonies of #8A183C
Complementary color
Monochromatic Colors of #8A183C
Black with #8A183C
Text Example
Text Example
White with #8A183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A183C; }
p { color: rgb(138,24,60); }
H1.HeaderClassName
{
color: #8A183C;
}
.AnyTagClassName
{
color: #8A183C;
}
</style>
background-color css
<style>
a { background-color: #8A183C; }
a { background-color: rgb(138,24,60); }
div.DivClassName
{
background-color: #8A183C;
}
.BgClassName
{
background-color: #8A183C;
}
</style>
border-color css
<style>
span { border-color: #8A183C; }
span { border-color: rgb(138,24,60); }
td.TdClassName
{
border-color: #8A183C;
}
.TagClassName
{
border-color: #8A183C;
}
</style>