Shades of Scarlett #802032
Tints of Scarlett #802032
RGB
CMYK
RGB Variations
Color information
#802032 (or 0x802032) is known color: Scarlett. HEX triplet: 80, 20 and 32. RGB value is (128,32,50). Sum of RGB (Red+Green+Blue) = 128+32+50=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #802032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802032 is #7FDFCD. Grayscale: #3E3E3E. Windows color (decimal): -8380366 or 3285120. OLE color: 3285120.
HSL color Cylindrical-coordinate representation of color #802032: hue angle of 348.75º 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 #802032 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 50 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.50 |
| HSL | 348.75º | 0.6% | 0.31% | - |
| HSV(B) | 348.75º | 0.75% | 0.5% | - |
| XYZ | 9.99 | 5.85 | 3.62 | - |
| YUV | 62.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 50 | 0 | 0.75 | 0.61 | 0.50 | 348.75 | 0.6 | 0.31 |
| Hex | 80 | 20 | 32 | 0 | 4B | 3D | 32 | 15D | 3C | 1F |
| Octal | 200 | 40 | 62 | 0 | 113 | 75 | 62 | 535 | 74 | 37 |
| Binary | 10000000 | 100000 | 110010 | 0 | 1001011 | 111101 | 110010 | 101011101 | 111100 | 11111 |
Color Harmonies of #802032
Complementary color
Monochromatic Colors of #802032
Black with #802032
Text Example
Text Example
White with #802032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802032; }
p { color: rgb(128,32,50); }
H1.HeaderClassName
{
color: #802032;
}
.AnyTagClassName
{
color: #802032;
}
</style>
background-color css
<style>
a { background-color: #802032; }
a { background-color: rgb(128,32,50); }
div.DivClassName
{
background-color: #802032;
}
.BgClassName
{
background-color: #802032;
}
</style>
border-color css
<style>
span { border-color: #802032; }
span { border-color: rgb(128,32,50); }
td.TdClassName
{
border-color: #802032;
}
.TagClassName
{
border-color: #802032;
}
</style>