Shades of Scarlett #80213A
Tints of Scarlett #80213A
RGB
CMYK
RGB Variations
Color information
#80213A (or 0x80213A) is known color: Scarlett. HEX triplet: 80, 21 and 3A. RGB value is (128,33,58). Sum of RGB (Red+Green+Blue) = 128+33+58=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #80213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80213A is #7FDEC5. Grayscale: #404040. Windows color (decimal): -8380102 or 3809664. OLE color: 3809664.
HSL color Cylindrical-coordinate representation of color #80213A: hue angle of 344.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 #80213A is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 58 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.50 |
| HSL | 344.21º | 0.59% | 0.32% | - |
| HSV(B) | 344.21º | 0.74% | 0.5% | - |
| XYZ | 10.21 | 5.98 | 4.62 | - |
| YUV | 64.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 58 | 0 | 0.74 | 0.55 | 0.50 | 344.21 | 0.59 | 0.32 |
| Hex | 80 | 21 | 3A | 0 | 4A | 37 | 32 | 158 | 3B | 20 |
| Octal | 200 | 41 | 72 | 0 | 112 | 67 | 62 | 530 | 73 | 40 |
| Binary | 10000000 | 100001 | 111010 | 0 | 1001010 | 110111 | 110010 | 101011000 | 111011 | 100000 |
Color Harmonies of #80213A
Complementary color
Monochromatic Colors of #80213A
Black with #80213A
Text Example
Text Example
White with #80213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80213A; }
p { color: rgb(128,33,58); }
H1.HeaderClassName
{
color: #80213A;
}
.AnyTagClassName
{
color: #80213A;
}
</style>
background-color css
<style>
a { background-color: #80213A; }
a { background-color: rgb(128,33,58); }
div.DivClassName
{
background-color: #80213A;
}
.BgClassName
{
background-color: #80213A;
}
</style>
border-color css
<style>
span { border-color: #80213A; }
span { border-color: rgb(128,33,58); }
td.TdClassName
{
border-color: #80213A;
}
.TagClassName
{
border-color: #80213A;
}
</style>