Shades of Scarlett #80203B
Tints of Scarlett #80203B
RGB
CMYK
RGB Variations
Color information
#80203B (or 0x80203B) is known color: Scarlett. HEX triplet: 80, 20 and 3B. RGB value is (128,32,59). Sum of RGB (Red+Green+Blue) = 128+32+59=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #80203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80203B is #7FDFC4. Grayscale: #3F3F3F. Windows color (decimal): -8380357 or 3874944. OLE color: 3874944.
HSL color Cylindrical-coordinate representation of color #80203B: hue angle of 343.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 #80203B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 59 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.50 |
| HSL | 343.13º | 0.6% | 0.31% | - |
| HSV(B) | 343.13º | 0.75% | 0.5% | - |
| XYZ | 10.21 | 5.94 | 4.75 | - |
| YUV | 63.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 59 | 0 | 0.75 | 0.54 | 0.50 | 343.13 | 0.6 | 0.31 |
| Hex | 80 | 20 | 3B | 0 | 4B | 36 | 32 | 157 | 3C | 1F |
| Octal | 200 | 40 | 73 | 0 | 113 | 66 | 62 | 527 | 74 | 37 |
| Binary | 10000000 | 100000 | 111011 | 0 | 1001011 | 110110 | 110010 | 101010111 | 111100 | 11111 |
Color Harmonies of #80203B
Complementary color
Monochromatic Colors of #80203B
Black with #80203B
Text Example
Text Example
White with #80203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80203B; }
p { color: rgb(128,32,59); }
H1.HeaderClassName
{
color: #80203B;
}
.AnyTagClassName
{
color: #80203B;
}
</style>
background-color css
<style>
a { background-color: #80203B; }
a { background-color: rgb(128,32,59); }
div.DivClassName
{
background-color: #80203B;
}
.BgClassName
{
background-color: #80203B;
}
</style>
border-color css
<style>
span { border-color: #80203B; }
span { border-color: rgb(128,32,59); }
td.TdClassName
{
border-color: #80203B;
}
.TagClassName
{
border-color: #80203B;
}
</style>