Shades of Shiraz #8A1434
Tints of Shiraz #8A1434
RGB
CMYK
RGB Variations
Color information
#8A1434 (or 0x8A1434) is known color: Shiraz. HEX triplet: 8A, 14 and 34. RGB value is (138,20,52). Sum of RGB (Red+Green+Blue) = 138+20+52=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1434 is #75EBCB. Grayscale: #3A3A3A. Windows color (decimal): -7728076 or 3413130. OLE color: 3413130.
HSL color Cylindrical-coordinate representation of color #8A1434: hue angle of 343.73º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1434 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 20 | 52 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.46 |
| HSL | 343.73º | 0.75% | 0.31% | - |
| HSV(B) | 343.73º | 0.86% | 0.54% | - |
| XYZ | 11.35 | 6.15 | 3.84 | - |
| YUV | 58.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 52 | 0 | 0.86 | 0.62 | 0.46 | 343.73 | 0.75 | 0.31 |
| Hex | 8A | 14 | 34 | 0 | 56 | 3E | 2E | 158 | 4B | 1F |
| Octal | 212 | 24 | 64 | 0 | 126 | 76 | 56 | 530 | 113 | 37 |
| Binary | 10001010 | 10100 | 110100 | 0 | 1010110 | 111110 | 101110 | 101011000 | 1001011 | 11111 |
Color Harmonies of #8A1434
Complementary color
Monochromatic Colors of #8A1434
Black with #8A1434
Text Example
Text Example
White with #8A1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1434; }
p { color: rgb(138,20,52); }
H1.HeaderClassName
{
color: #8A1434;
}
.AnyTagClassName
{
color: #8A1434;
}
</style>
background-color css
<style>
a { background-color: #8A1434; }
a { background-color: rgb(138,20,52); }
div.DivClassName
{
background-color: #8A1434;
}
.BgClassName
{
background-color: #8A1434;
}
</style>
border-color css
<style>
span { border-color: #8A1434; }
span { border-color: rgb(138,20,52); }
td.TdClassName
{
border-color: #8A1434;
}
.TagClassName
{
border-color: #8A1434;
}
</style>