Shades of Scarlett #801F28
Tints of Scarlett #801F28
RGB
CMYK
RGB Variations
Color information
#801F28 (or 0x801F28) is known color: Scarlett. HEX triplet: 80, 1F and 28. RGB value is (128,31,40). Sum of RGB (Red+Green+Blue) = 128+31+40=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #801F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801F28 is #7FE0D7. Grayscale: #3D3D3D. Windows color (decimal): -8380632 or 2629504. OLE color: 2629504.
HSL color Cylindrical-coordinate representation of color #801F28: hue angle of 354.43º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F28 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 40 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.50 |
| HSL | 354.43º | 0.61% | 0.31% | - |
| HSV(B) | 354.43º | 0.76% | 0.5% | - |
| XYZ | 9.78 | 5.72 | 2.6 | - |
| YUV | 61.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 40 | 0 | 0.76 | 0.69 | 0.50 | 354.43 | 0.61 | 0.31 |
| Hex | 80 | 1F | 28 | 0 | 4C | 45 | 32 | 162 | 3D | 1F |
| Octal | 200 | 37 | 50 | 0 | 114 | 105 | 62 | 542 | 75 | 37 |
| Binary | 10000000 | 11111 | 101000 | 0 | 1001100 | 1000101 | 110010 | 101100010 | 111101 | 11111 |
Color Harmonies of #801F28
Complementary color
Monochromatic Colors of #801F28
Black with #801F28
Text Example
Text Example
White with #801F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F28; }
p { color: rgb(128,31,40); }
H1.HeaderClassName
{
color: #801F28;
}
.AnyTagClassName
{
color: #801F28;
}
</style>
background-color css
<style>
a { background-color: #801F28; }
a { background-color: rgb(128,31,40); }
div.DivClassName
{
background-color: #801F28;
}
.BgClassName
{
background-color: #801F28;
}
</style>
border-color css
<style>
span { border-color: #801F28; }
span { border-color: rgb(128,31,40); }
td.TdClassName
{
border-color: #801F28;
}
.TagClassName
{
border-color: #801F28;
}
</style>