Shades of Scarlett #8B162C
Tints of Scarlett #8B162C
RGB
CMYK
RGB Variations
Color information
#8B162C (or 0x8B162C) is known color: Scarlett. HEX triplet: 8B, 16 and 2C. RGB value is (139,22,44). Sum of RGB (Red+Green+Blue) = 139+22+44=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B162C is #74E9D3. Grayscale: #3B3B3B. Windows color (decimal): -7662036 or 2889355. OLE color: 2889355.
HSL color Cylindrical-coordinate representation of color #8B162C: hue angle of 348.72º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B162C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 44 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.45 |
| HSL | 348.72º | 0.73% | 0.32% | - |
| HSV(B) | 348.72º | 0.84% | 0.55% | - |
| XYZ | 11.39 | 6.24 | 2.99 | - |
| YUV | 59.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 44 | 0 | 0.84 | 0.68 | 0.45 | 348.72 | 0.73 | 0.32 |
| Hex | 8B | 16 | 2C | 0 | 54 | 44 | 2D | 15D | 49 | 20 |
| Octal | 213 | 26 | 54 | 0 | 124 | 104 | 55 | 535 | 111 | 40 |
| Binary | 10001011 | 10110 | 101100 | 0 | 1010100 | 1000100 | 101101 | 101011101 | 1001001 | 100000 |
Color Harmonies of #8B162C
Complementary color
Monochromatic Colors of #8B162C
Black with #8B162C
Text Example
Text Example
White with #8B162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B162C; }
p { color: rgb(139,22,44); }
H1.HeaderClassName
{
color: #8B162C;
}
.AnyTagClassName
{
color: #8B162C;
}
</style>
background-color css
<style>
a { background-color: #8B162C; }
a { background-color: rgb(139,22,44); }
div.DivClassName
{
background-color: #8B162C;
}
.BgClassName
{
background-color: #8B162C;
}
</style>
border-color css
<style>
span { border-color: #8B162C; }
span { border-color: rgb(139,22,44); }
td.TdClassName
{
border-color: #8B162C;
}
.TagClassName
{
border-color: #8B162C;
}
</style>