Shades of Scarlett #8A1329
Tints of Scarlett #8A1329
RGB
CMYK
RGB Variations
Color information
#8A1329 (or 0x8A1329) is known color: Scarlett. HEX triplet: 8A, 13 and 29. RGB value is (138,19,41). Sum of RGB (Red+Green+Blue) = 138+19+41=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1329 is #75ECD6. Grayscale: #393939. Windows color (decimal): -7728343 or 2691978. OLE color: 2691978.
HSL color Cylindrical-coordinate representation of color #8A1329: hue angle of 348.91º degrees, saturation: 0.76, 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 #8A1329 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 19 | 41 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.46 |
| HSL | 348.91º | 0.76% | 0.31% | - |
| HSV(B) | 348.91º | 0.86% | 0.54% | - |
| XYZ | 11.11 | 6.03 | 2.68 | - |
| YUV | 57.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 41 | 0 | 0.86 | 0.70 | 0.46 | 348.91 | 0.76 | 0.31 |
| Hex | 8A | 13 | 29 | 0 | 56 | 46 | 2E | 15D | 4C | 1F |
| Octal | 212 | 23 | 51 | 0 | 126 | 106 | 56 | 535 | 114 | 37 |
| Binary | 10001010 | 10011 | 101001 | 0 | 1010110 | 1000110 | 101110 | 101011101 | 1001100 | 11111 |
Color Harmonies of #8A1329
Complementary color
Monochromatic Colors of #8A1329
Black with #8A1329
Text Example
Text Example
White with #8A1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1329; }
p { color: rgb(138,19,41); }
H1.HeaderClassName
{
color: #8A1329;
}
.AnyTagClassName
{
color: #8A1329;
}
</style>
background-color css
<style>
a { background-color: #8A1329; }
a { background-color: rgb(138,19,41); }
div.DivClassName
{
background-color: #8A1329;
}
.BgClassName
{
background-color: #8A1329;
}
</style>
border-color css
<style>
span { border-color: #8A1329; }
span { border-color: rgb(138,19,41); }
td.TdClassName
{
border-color: #8A1329;
}
.TagClassName
{
border-color: #8A1329;
}
</style>