Shades of Scarlett #802139
Tints of Scarlett #802139
RGB
CMYK
RGB Variations
Color information
#802139 (or 0x802139) is known color: Scarlett. HEX triplet: 80, 21 and 39. RGB value is (128,33,57). Sum of RGB (Red+Green+Blue) = 128+33+57=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802139 is #7FDEC6. Grayscale: #404040. Windows color (decimal): -8380103 or 3744128. OLE color: 3744128.
HSL color Cylindrical-coordinate representation of color #802139: hue angle of 344.84º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802139 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 57 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.50 |
| HSL | 344.84º | 0.59% | 0.32% | - |
| HSV(B) | 344.84º | 0.74% | 0.5% | - |
| XYZ | 10.18 | 5.97 | 4.49 | - |
| YUV | 64.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 57 | 0 | 0.74 | 0.55 | 0.50 | 344.84 | 0.59 | 0.32 |
| Hex | 80 | 21 | 39 | 0 | 4A | 37 | 32 | 159 | 3B | 20 |
| Octal | 200 | 41 | 71 | 0 | 112 | 67 | 62 | 531 | 73 | 40 |
| Binary | 10000000 | 100001 | 111001 | 0 | 1001010 | 110111 | 110010 | 101011001 | 111011 | 100000 |
Color Harmonies of #802139
Complementary color
Monochromatic Colors of #802139
Black with #802139
Text Example
Text Example
White with #802139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802139; }
p { color: rgb(128,33,57); }
H1.HeaderClassName
{
color: #802139;
}
.AnyTagClassName
{
color: #802139;
}
</style>
background-color css
<style>
a { background-color: #802139; }
a { background-color: rgb(128,33,57); }
div.DivClassName
{
background-color: #802139;
}
.BgClassName
{
background-color: #802139;
}
</style>
border-color css
<style>
span { border-color: #802139; }
span { border-color: rgb(128,33,57); }
td.TdClassName
{
border-color: #802139;
}
.TagClassName
{
border-color: #802139;
}
</style>