Shades of Scarlett #802029
Tints of Scarlett #802029
RGB
CMYK
RGB Variations
Color information
#802029 (or 0x802029) is known color: Scarlett. HEX triplet: 80, 20 and 29. RGB value is (128,32,41). Sum of RGB (Red+Green+Blue) = 128+32+41=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802029 is #7FDFD6. Grayscale: #3D3D3D. Windows color (decimal): -8380375 or 2695296. OLE color: 2695296.
HSL color Cylindrical-coordinate representation of color #802029: hue angle of 354.38º 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 #802029 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 41 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.50 |
| HSL | 354.38º | 0.6% | 0.31% | - |
| HSV(B) | 354.38º | 0.75% | 0.5% | - |
| XYZ | 9.82 | 5.78 | 2.7 | - |
| YUV | 61.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 41 | 0 | 0.75 | 0.68 | 0.50 | 354.38 | 0.6 | 0.31 |
| Hex | 80 | 20 | 29 | 0 | 4B | 44 | 32 | 162 | 3C | 1F |
| Octal | 200 | 40 | 51 | 0 | 113 | 104 | 62 | 542 | 74 | 37 |
| Binary | 10000000 | 100000 | 101001 | 0 | 1001011 | 1000100 | 110010 | 101100010 | 111100 | 11111 |
Color Harmonies of #802029
Complementary color
Monochromatic Colors of #802029
Black with #802029
Text Example
Text Example
White with #802029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802029; }
p { color: rgb(128,32,41); }
H1.HeaderClassName
{
color: #802029;
}
.AnyTagClassName
{
color: #802029;
}
</style>
background-color css
<style>
a { background-color: #802029; }
a { background-color: rgb(128,32,41); }
div.DivClassName
{
background-color: #802029;
}
.BgClassName
{
background-color: #802029;
}
</style>
border-color css
<style>
span { border-color: #802029; }
span { border-color: rgb(128,32,41); }
td.TdClassName
{
border-color: #802029;
}
.TagClassName
{
border-color: #802029;
}
</style>