Shades of Shiraz #8A1533
Tints of Shiraz #8A1533
RGB
CMYK
RGB Variations
Color information
#8A1533 (or 0x8A1533) is known color: Shiraz. HEX triplet: 8A, 15 and 33. RGB value is (138,21,51). Sum of RGB (Red+Green+Blue) = 138+21+51=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1533 is #75EACC. Grayscale: #3B3B3B. Windows color (decimal): -7727821 or 3347850. OLE color: 3347850.
HSL color Cylindrical-coordinate representation of color #8A1533: hue angle of 344.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1533 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 51 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.46 |
| HSL | 344.62º | 0.74% | 0.31% | - |
| HSV(B) | 344.62º | 0.85% | 0.54% | - |
| XYZ | 11.35 | 6.18 | 3.73 | - |
| YUV | 59.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 51 | 0 | 0.85 | 0.63 | 0.46 | 344.62 | 0.74 | 0.31 |
| Hex | 8A | 15 | 33 | 0 | 55 | 3F | 2E | 159 | 4A | 1F |
| Octal | 212 | 25 | 63 | 0 | 125 | 77 | 56 | 531 | 112 | 37 |
| Binary | 10001010 | 10101 | 110011 | 0 | 1010101 | 111111 | 101110 | 101011001 | 1001010 | 11111 |
Color Harmonies of #8A1533
Complementary color
Monochromatic Colors of #8A1533
Black with #8A1533
Text Example
Text Example
White with #8A1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1533; }
p { color: rgb(138,21,51); }
H1.HeaderClassName
{
color: #8A1533;
}
.AnyTagClassName
{
color: #8A1533;
}
</style>
background-color css
<style>
a { background-color: #8A1533; }
a { background-color: rgb(138,21,51); }
div.DivClassName
{
background-color: #8A1533;
}
.BgClassName
{
background-color: #8A1533;
}
</style>
border-color css
<style>
span { border-color: #8A1533; }
span { border-color: rgb(138,21,51); }
td.TdClassName
{
border-color: #8A1533;
}
.TagClassName
{
border-color: #8A1533;
}
</style>