Shades of Scarlett #80202B
Tints of Scarlett #80202B
RGB
CMYK
RGB Variations
Color information
#80202B (or 0x80202B) is known color: Scarlett. HEX triplet: 80, 20 and 2B. RGB value is (128,32,43). Sum of RGB (Red+Green+Blue) = 128+32+43=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #80202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80202B is #7FDFD4. Grayscale: #3E3E3E. Windows color (decimal): -8380373 or 2826368. OLE color: 2826368.
HSL color Cylindrical-coordinate representation of color #80202B: hue angle of 353.12º 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 #80202B is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 43 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.50 |
| HSL | 353.13º | 0.6% | 0.31% | - |
| HSV(B) | 353.13º | 0.75% | 0.5% | - |
| XYZ | 9.85 | 5.8 | 2.88 | - |
| YUV | 61.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 43 | 0 | 0.75 | 0.66 | 0.50 | 353.13 | 0.6 | 0.31 |
| Hex | 80 | 20 | 2B | 0 | 4B | 42 | 32 | 161 | 3C | 1F |
| Octal | 200 | 40 | 53 | 0 | 113 | 102 | 62 | 541 | 74 | 37 |
| Binary | 10000000 | 100000 | 101011 | 0 | 1001011 | 1000010 | 110010 | 101100001 | 111100 | 11111 |
Color Harmonies of #80202B
Complementary color
Monochromatic Colors of #80202B
Black with #80202B
Text Example
Text Example
White with #80202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80202B; }
p { color: rgb(128,32,43); }
H1.HeaderClassName
{
color: #80202B;
}
.AnyTagClassName
{
color: #80202B;
}
</style>
background-color css
<style>
a { background-color: #80202B; }
a { background-color: rgb(128,32,43); }
div.DivClassName
{
background-color: #80202B;
}
.BgClassName
{
background-color: #80202B;
}
</style>
border-color css
<style>
span { border-color: #80202B; }
span { border-color: rgb(128,32,43); }
td.TdClassName
{
border-color: #80202B;
}
.TagClassName
{
border-color: #80202B;
}
</style>