Shades of Scarlett #8A162E
Tints of Scarlett #8A162E
RGB
CMYK
RGB Variations
Color information
#8A162E (or 0x8A162E) is known color: Scarlett. HEX triplet: 8A, 16 and 2E. RGB value is (138,22,46). Sum of RGB (Red+Green+Blue) = 138+22+46=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A162E is #75E9D1. Grayscale: #3B3B3B. Windows color (decimal): -7727570 or 3020426. OLE color: 3020426.
HSL color Cylindrical-coordinate representation of color #8A162E: hue angle of 347.59º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A162E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 46 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.46 |
| HSL | 347.59º | 0.73% | 0.31% | - |
| HSV(B) | 347.59º | 0.84% | 0.54% | - |
| XYZ | 11.26 | 6.17 | 3.18 | - |
| YUV | 59.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 46 | 0 | 0.84 | 0.67 | 0.46 | 347.59 | 0.73 | 0.31 |
| Hex | 8A | 16 | 2E | 0 | 54 | 43 | 2E | 15C | 48 | 1F |
| Octal | 212 | 26 | 56 | 0 | 124 | 103 | 56 | 534 | 110 | 37 |
| Binary | 10001010 | 10110 | 101110 | 0 | 1010100 | 1000011 | 101110 | 101011100 | 1001000 | 11111 |
Color Harmonies of #8A162E
Complementary color
Monochromatic Colors of #8A162E
Black with #8A162E
Text Example
Text Example
White with #8A162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A162E; }
p { color: rgb(138,22,46); }
H1.HeaderClassName
{
color: #8A162E;
}
.AnyTagClassName
{
color: #8A162E;
}
</style>
background-color css
<style>
a { background-color: #8A162E; }
a { background-color: rgb(138,22,46); }
div.DivClassName
{
background-color: #8A162E;
}
.BgClassName
{
background-color: #8A162E;
}
</style>
border-color css
<style>
span { border-color: #8A162E; }
span { border-color: rgb(138,22,46); }
td.TdClassName
{
border-color: #8A162E;
}
.TagClassName
{
border-color: #8A162E;
}
</style>