Shades of Scarlett #802127
Tints of Scarlett #802127
RGB
CMYK
RGB Variations
Color information
#802127 (or 0x802127) is known color: Scarlett. HEX triplet: 80, 21 and 27. RGB value is (128,33,39). Sum of RGB (Red+Green+Blue) = 128+33+39=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802127 is #7FDED8. Grayscale: #3E3E3E. Windows color (decimal): -8380121 or 2564480. OLE color: 2564480.
HSL color Cylindrical-coordinate representation of color #802127: hue angle of 356.21º 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 #802127 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 39 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.50 |
| HSL | 356.21º | 0.59% | 0.32% | - |
| HSV(B) | 356.21º | 0.74% | 0.5% | - |
| XYZ | 9.81 | 5.82 | 2.53 | - |
| YUV | 62.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 39 | 0 | 0.74 | 0.70 | 0.50 | 356.21 | 0.59 | 0.32 |
| Hex | 80 | 21 | 27 | 0 | 4A | 46 | 32 | 164 | 3B | 20 |
| Octal | 200 | 41 | 47 | 0 | 112 | 106 | 62 | 544 | 73 | 40 |
| Binary | 10000000 | 100001 | 100111 | 0 | 1001010 | 1000110 | 110010 | 101100100 | 111011 | 100000 |
Color Harmonies of #802127
Complementary color
Monochromatic Colors of #802127
Black with #802127
Text Example
Text Example
White with #802127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802127; }
p { color: rgb(128,33,39); }
H1.HeaderClassName
{
color: #802127;
}
.AnyTagClassName
{
color: #802127;
}
</style>
background-color css
<style>
a { background-color: #802127; }
a { background-color: rgb(128,33,39); }
div.DivClassName
{
background-color: #802127;
}
.BgClassName
{
background-color: #802127;
}
</style>
border-color css
<style>
span { border-color: #802127; }
span { border-color: rgb(128,33,39); }
td.TdClassName
{
border-color: #802127;
}
.TagClassName
{
border-color: #802127;
}
</style>