Shades of Scarlett #80202C
Tints of Scarlett #80202C
RGB
CMYK
RGB Variations
Color information
#80202C (or 0x80202C) is known color: Scarlett. HEX triplet: 80, 20 and 2C. RGB value is (128,32,44). Sum of RGB (Red+Green+Blue) = 128+32+44=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80202C is #7FDFD3. Grayscale: #3E3E3E. Windows color (decimal): -8380372 or 2891904. OLE color: 2891904.
HSL color Cylindrical-coordinate representation of color #80202C: hue angle of 352.5º 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 #80202C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 44 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.50 |
| HSL | 352.5º | 0.6% | 0.31% | - |
| HSV(B) | 352.5º | 0.75% | 0.5% | - |
| XYZ | 9.87 | 5.8 | 2.98 | - |
| YUV | 62.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 44 | 0 | 0.75 | 0.66 | 0.50 | 352.5 | 0.6 | 0.31 |
| Hex | 80 | 20 | 2C | 0 | 4B | 42 | 32 | 160 | 3C | 1F |
| Octal | 200 | 40 | 54 | 0 | 113 | 102 | 62 | 540 | 74 | 37 |
| Binary | 10000000 | 100000 | 101100 | 0 | 1001011 | 1000010 | 110010 | 101100000 | 111100 | 11111 |
Color Harmonies of #80202C
Complementary color
Monochromatic Colors of #80202C
Black with #80202C
Text Example
Text Example
White with #80202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80202C; }
p { color: rgb(128,32,44); }
H1.HeaderClassName
{
color: #80202C;
}
.AnyTagClassName
{
color: #80202C;
}
</style>
background-color css
<style>
a { background-color: #80202C; }
a { background-color: rgb(128,32,44); }
div.DivClassName
{
background-color: #80202C;
}
.BgClassName
{
background-color: #80202C;
}
</style>
border-color css
<style>
span { border-color: #80202C; }
span { border-color: rgb(128,32,44); }
td.TdClassName
{
border-color: #80202C;
}
.TagClassName
{
border-color: #80202C;
}
</style>