Shades of Scarlett #801329
Tints of Scarlett #801329
RGB
CMYK
RGB Variations
Color information
#801329 (or 0x801329) is known color: Scarlett. HEX triplet: 80, 13 and 29. RGB value is (128,19,41). Sum of RGB (Red+Green+Blue) = 128+19+41=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #801329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801329 is #7FECD6. Grayscale: #363636. Windows color (decimal): -8383703 or 2691968. OLE color: 2691968.
HSL color Cylindrical-coordinate representation of color #801329: hue angle of 347.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801329 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 41 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.50 |
| HSL | 347.89º | 0.74% | 0.29% | - |
| HSV(B) | 347.89º | 0.85% | 0.5% | - |
| XYZ | 9.54 | 5.22 | 2.6 | - |
| YUV | 54.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 41 | 0 | 0.85 | 0.68 | 0.50 | 347.89 | 0.74 | 0.29 |
| Hex | 80 | 13 | 29 | 0 | 55 | 44 | 32 | 15C | 4A | 1D |
| Octal | 200 | 23 | 51 | 0 | 125 | 104 | 62 | 534 | 112 | 35 |
| Binary | 10000000 | 10011 | 101001 | 0 | 1010101 | 1000100 | 110010 | 101011100 | 1001010 | 11101 |
Color Harmonies of #801329
Complementary color
Monochromatic Colors of #801329
Black with #801329
Text Example
Text Example
White with #801329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801329; }
p { color: rgb(128,19,41); }
H1.HeaderClassName
{
color: #801329;
}
.AnyTagClassName
{
color: #801329;
}
</style>
background-color css
<style>
a { background-color: #801329; }
a { background-color: rgb(128,19,41); }
div.DivClassName
{
background-color: #801329;
}
.BgClassName
{
background-color: #801329;
}
</style>
border-color css
<style>
span { border-color: #801329; }
span { border-color: rgb(128,19,41); }
td.TdClassName
{
border-color: #801329;
}
.TagClassName
{
border-color: #801329;
}
</style>