Shades of Scarlett #80202F
Tints of Scarlett #80202F
RGB
CMYK
RGB Variations
Color information
#80202F (or 0x80202F) is known color: Scarlett. HEX triplet: 80, 20 and 2F. RGB value is (128,32,47). Sum of RGB (Red+Green+Blue) = 128+32+47=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80202F is #7FDFD0. Grayscale: #3E3E3E. Windows color (decimal): -8380369 or 3088512. OLE color: 3088512.
HSL color Cylindrical-coordinate representation of color #80202F: hue angle of 350.62º 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 #80202F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 47 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.50 |
| HSL | 350.63º | 0.6% | 0.31% | - |
| HSV(B) | 350.63º | 0.75% | 0.5% | - |
| XYZ | 9.93 | 5.83 | 3.29 | - |
| YUV | 62.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 47 | 0 | 0.75 | 0.63 | 0.50 | 350.63 | 0.6 | 0.31 |
| Hex | 80 | 20 | 2F | 0 | 4B | 3F | 32 | 15F | 3C | 1F |
| Octal | 200 | 40 | 57 | 0 | 113 | 77 | 62 | 537 | 74 | 37 |
| Binary | 10000000 | 100000 | 101111 | 0 | 1001011 | 111111 | 110010 | 101011111 | 111100 | 11111 |
Color Harmonies of #80202F
Complementary color
Monochromatic Colors of #80202F
Black with #80202F
Text Example
Text Example
White with #80202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80202F; }
p { color: rgb(128,32,47); }
H1.HeaderClassName
{
color: #80202F;
}
.AnyTagClassName
{
color: #80202F;
}
</style>
background-color css
<style>
a { background-color: #80202F; }
a { background-color: rgb(128,32,47); }
div.DivClassName
{
background-color: #80202F;
}
.BgClassName
{
background-color: #80202F;
}
</style>
border-color css
<style>
span { border-color: #80202F; }
span { border-color: rgb(128,32,47); }
td.TdClassName
{
border-color: #80202F;
}
.TagClassName
{
border-color: #80202F;
}
</style>