Shades of Scarlett #8A172C
Tints of Scarlett #8A172C
RGB
CMYK
RGB Variations
Color information
#8A172C (or 0x8A172C) is known color: Scarlett. HEX triplet: 8A, 17 and 2C. RGB value is (138,23,44). Sum of RGB (Red+Green+Blue) = 138+23+44=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A172C is #75E8D3. Grayscale: #3B3B3B. Windows color (decimal): -7727316 or 2889610. OLE color: 2889610.
HSL color Cylindrical-coordinate representation of color #8A172C: hue angle of 349.04º 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 #8A172C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 44 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.46 |
| HSL | 349.04º | 0.71% | 0.32% | - |
| HSV(B) | 349.04º | 0.83% | 0.54% | - |
| XYZ | 11.24 | 6.2 | 2.99 | - |
| YUV | 59.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 44 | 0 | 0.83 | 0.68 | 0.46 | 349.04 | 0.71 | 0.32 |
| Hex | 8A | 17 | 2C | 0 | 53 | 44 | 2E | 15D | 47 | 20 |
| Octal | 212 | 27 | 54 | 0 | 123 | 104 | 56 | 535 | 107 | 40 |
| Binary | 10001010 | 10111 | 101100 | 0 | 1010011 | 1000100 | 101110 | 101011101 | 1000111 | 100000 |
Color Harmonies of #8A172C
Complementary color
Monochromatic Colors of #8A172C
Black with #8A172C
Text Example
Text Example
White with #8A172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A172C; }
p { color: rgb(138,23,44); }
H1.HeaderClassName
{
color: #8A172C;
}
.AnyTagClassName
{
color: #8A172C;
}
</style>
background-color css
<style>
a { background-color: #8A172C; }
a { background-color: rgb(138,23,44); }
div.DivClassName
{
background-color: #8A172C;
}
.BgClassName
{
background-color: #8A172C;
}
</style>
border-color css
<style>
span { border-color: #8A172C; }
span { border-color: rgb(138,23,44); }
td.TdClassName
{
border-color: #8A172C;
}
.TagClassName
{
border-color: #8A172C;
}
</style>