Shades of Scarlett #80202D
Tints of Scarlett #80202D
RGB
CMYK
RGB Variations
Color information
#80202D (or 0x80202D) is known color: Scarlett. HEX triplet: 80, 20 and 2D. RGB value is (128,32,45). Sum of RGB (Red+Green+Blue) = 128+32+45=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80202D is #7FDFD2. Grayscale: #3E3E3E. Windows color (decimal): -8380371 or 2957440. OLE color: 2957440.
HSL color Cylindrical-coordinate representation of color #80202D: hue angle of 351.88º 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 #80202D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 45 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.50 |
| HSL | 351.88º | 0.6% | 0.31% | - |
| HSV(B) | 351.88º | 0.75% | 0.5% | - |
| XYZ | 9.89 | 5.81 | 3.08 | - |
| YUV | 62.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 45 | 0 | 0.75 | 0.65 | 0.50 | 351.88 | 0.6 | 0.31 |
| Hex | 80 | 20 | 2D | 0 | 4B | 41 | 32 | 160 | 3C | 1F |
| Octal | 200 | 40 | 55 | 0 | 113 | 101 | 62 | 540 | 74 | 37 |
| Binary | 10000000 | 100000 | 101101 | 0 | 1001011 | 1000001 | 110010 | 101100000 | 111100 | 11111 |
Color Harmonies of #80202D
Complementary color
Monochromatic Colors of #80202D
Black with #80202D
Text Example
Text Example
White with #80202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80202D; }
p { color: rgb(128,32,45); }
H1.HeaderClassName
{
color: #80202D;
}
.AnyTagClassName
{
color: #80202D;
}
</style>
background-color css
<style>
a { background-color: #80202D; }
a { background-color: rgb(128,32,45); }
div.DivClassName
{
background-color: #80202D;
}
.BgClassName
{
background-color: #80202D;
}
</style>
border-color css
<style>
span { border-color: #80202D; }
span { border-color: rgb(128,32,45); }
td.TdClassName
{
border-color: #80202D;
}
.TagClassName
{
border-color: #80202D;
}
</style>