Shades of Scarlett #802037
Tints of Scarlett #802037
RGB
CMYK
RGB Variations
Color information
#802037 (or 0x802037) is known color: Scarlett. HEX triplet: 80, 20 and 37. RGB value is (128,32,55). Sum of RGB (Red+Green+Blue) = 128+32+55=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #802037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802037 is #7FDFC8. Grayscale: #3F3F3F. Windows color (decimal): -8380361 or 3612800. OLE color: 3612800.
HSL color Cylindrical-coordinate representation of color #802037: hue angle of 345.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802037 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 55 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.50 |
| HSL | 345.63º | 0.6% | 0.31% | - |
| HSV(B) | 345.63º | 0.75% | 0.5% | - |
| XYZ | 10.11 | 5.9 | 4.22 | - |
| YUV | 63.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 55 | 0 | 0.75 | 0.57 | 0.50 | 345.63 | 0.6 | 0.31 |
| Hex | 80 | 20 | 37 | 0 | 4B | 39 | 32 | 15A | 3C | 1F |
| Octal | 200 | 40 | 67 | 0 | 113 | 71 | 62 | 532 | 74 | 37 |
| Binary | 10000000 | 100000 | 110111 | 0 | 1001011 | 111001 | 110010 | 101011010 | 111100 | 11111 |
Color Harmonies of #802037
Complementary color
Monochromatic Colors of #802037
Black with #802037
Text Example
Text Example
White with #802037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802037; }
p { color: rgb(128,32,55); }
H1.HeaderClassName
{
color: #802037;
}
.AnyTagClassName
{
color: #802037;
}
</style>
background-color css
<style>
a { background-color: #802037; }
a { background-color: rgb(128,32,55); }
div.DivClassName
{
background-color: #802037;
}
.BgClassName
{
background-color: #802037;
}
</style>
border-color css
<style>
span { border-color: #802037; }
span { border-color: rgb(128,32,55); }
td.TdClassName
{
border-color: #802037;
}
.TagClassName
{
border-color: #802037;
}
</style>