Shades of Scarlett #80162D
Tints of Scarlett #80162D
RGB
CMYK
RGB Variations
Color information
#80162D (or 0x80162D) is known color: Scarlett. HEX triplet: 80, 16 and 2D. RGB value is (128,22,45). Sum of RGB (Red+Green+Blue) = 128+22+45=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80162D is #7FE9D2. Grayscale: #383838. Windows color (decimal): -8382931 or 2954880. OLE color: 2954880.
HSL color Cylindrical-coordinate representation of color #80162D: hue angle of 346.98º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80162D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 45 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.50 |
| HSL | 346.98º | 0.71% | 0.29% | - |
| HSV(B) | 346.98º | 0.83% | 0.5% | - |
| XYZ | 9.66 | 5.35 | 3.01 | - |
| YUV | 56.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 45 | 0 | 0.83 | 0.65 | 0.50 | 346.98 | 0.71 | 0.29 |
| Hex | 80 | 16 | 2D | 0 | 53 | 41 | 32 | 15B | 47 | 1D |
| Octal | 200 | 26 | 55 | 0 | 123 | 101 | 62 | 533 | 107 | 35 |
| Binary | 10000000 | 10110 | 101101 | 0 | 1010011 | 1000001 | 110010 | 101011011 | 1000111 | 11101 |
Color Harmonies of #80162D
Complementary color
Monochromatic Colors of #80162D
Black with #80162D
Text Example
Text Example
White with #80162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80162D; }
p { color: rgb(128,22,45); }
H1.HeaderClassName
{
color: #80162D;
}
.AnyTagClassName
{
color: #80162D;
}
</style>
background-color css
<style>
a { background-color: #80162D; }
a { background-color: rgb(128,22,45); }
div.DivClassName
{
background-color: #80162D;
}
.BgClassName
{
background-color: #80162D;
}
</style>
border-color css
<style>
span { border-color: #80162D; }
span { border-color: rgb(128,22,45); }
td.TdClassName
{
border-color: #80162D;
}
.TagClassName
{
border-color: #80162D;
}
</style>