Shades of Scarlett #801A2A
Tints of Scarlett #801A2A
RGB
CMYK
RGB Variations
Color information
#801A2A (or 0x801A2A) is known color: Scarlett. HEX triplet: 80, 1A and 2A. RGB value is (128,26,42). Sum of RGB (Red+Green+Blue) = 128+26+42=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #801A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A2A is #7FE5D5. Grayscale: #3A3A3A. Windows color (decimal): -8381910 or 2759296. OLE color: 2759296.
HSL color Cylindrical-coordinate representation of color #801A2A: hue angle of 350.59º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A2A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 42 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.50 |
| HSL | 350.59º | 0.66% | 0.3% | - |
| HSV(B) | 350.59º | 0.8% | 0.5% | - |
| XYZ | 9.69 | 5.5 | 2.74 | - |
| YUV | 58.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 42 | 0 | 0.80 | 0.67 | 0.50 | 350.59 | 0.66 | 0.3 |
| Hex | 80 | 1A | 2A | 0 | 50 | 43 | 32 | 15F | 42 | 1E |
| Octal | 200 | 32 | 52 | 0 | 120 | 103 | 62 | 537 | 102 | 36 |
| Binary | 10000000 | 11010 | 101010 | 0 | 1010000 | 1000011 | 110010 | 101011111 | 1000010 | 11110 |
Color Harmonies of #801A2A
Complementary color
Monochromatic Colors of #801A2A
Black with #801A2A
Text Example
Text Example
White with #801A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A2A; }
p { color: rgb(128,26,42); }
H1.HeaderClassName
{
color: #801A2A;
}
.AnyTagClassName
{
color: #801A2A;
}
</style>
background-color css
<style>
a { background-color: #801A2A; }
a { background-color: rgb(128,26,42); }
div.DivClassName
{
background-color: #801A2A;
}
.BgClassName
{
background-color: #801A2A;
}
</style>
border-color css
<style>
span { border-color: #801A2A; }
span { border-color: rgb(128,26,42); }
td.TdClassName
{
border-color: #801A2A;
}
.TagClassName
{
border-color: #801A2A;
}
</style>