Shades of Shiraz #8A1733
Tints of Shiraz #8A1733
RGB
CMYK
RGB Variations
Color information
#8A1733 (or 0x8A1733) is known color: Shiraz. HEX triplet: 8A, 17 and 33. RGB value is (138,23,51). Sum of RGB (Red+Green+Blue) = 138+23+51=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1733 is #75E8CC. Grayscale: #3C3C3C. Windows color (decimal): -7727309 or 3348362. OLE color: 3348362.
HSL color Cylindrical-coordinate representation of color #8A1733: hue angle of 345.39º degrees, saturation: 0.71, 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 #8A1733 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 51 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.46 |
| HSL | 345.39º | 0.71% | 0.32% | - |
| HSV(B) | 345.39º | 0.83% | 0.54% | - |
| XYZ | 11.39 | 6.26 | 3.74 | - |
| YUV | 60.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 51 | 0 | 0.83 | 0.63 | 0.46 | 345.39 | 0.71 | 0.32 |
| Hex | 8A | 17 | 33 | 0 | 53 | 3F | 2E | 159 | 47 | 20 |
| Octal | 212 | 27 | 63 | 0 | 123 | 77 | 56 | 531 | 107 | 40 |
| Binary | 10001010 | 10111 | 110011 | 0 | 1010011 | 111111 | 101110 | 101011001 | 1000111 | 100000 |
Color Harmonies of #8A1733
Complementary color
Monochromatic Colors of #8A1733
Black with #8A1733
Text Example
Text Example
White with #8A1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1733; }
p { color: rgb(138,23,51); }
H1.HeaderClassName
{
color: #8A1733;
}
.AnyTagClassName
{
color: #8A1733;
}
</style>
background-color css
<style>
a { background-color: #8A1733; }
a { background-color: rgb(138,23,51); }
div.DivClassName
{
background-color: #8A1733;
}
.BgClassName
{
background-color: #8A1733;
}
</style>
border-color css
<style>
span { border-color: #8A1733; }
span { border-color: rgb(138,23,51); }
td.TdClassName
{
border-color: #8A1733;
}
.TagClassName
{
border-color: #8A1733;
}
</style>