Shades of Scarlett #801D30
Tints of Scarlett #801D30
RGB
CMYK
RGB Variations
Color information
#801D30 (or 0x801D30) is known color: Scarlett. HEX triplet: 80, 1D and 30. RGB value is (128,29,48). Sum of RGB (Red+Green+Blue) = 128+29+48=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D30 is #7FE2CF. Grayscale: #3C3C3C. Windows color (decimal): -8381136 or 3153280. OLE color: 3153280.
HSL color Cylindrical-coordinate representation of color #801D30: hue angle of 348.48º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D30 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 48 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.50 |
| HSL | 348.48º | 0.63% | 0.31% | - |
| HSV(B) | 348.48º | 0.77% | 0.5% | - |
| XYZ | 9.87 | 5.68 | 3.37 | - |
| YUV | 60.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 48 | 0 | 0.77 | 0.62 | 0.50 | 348.48 | 0.63 | 0.31 |
| Hex | 80 | 1D | 30 | 0 | 4D | 3E | 32 | 15C | 3F | 1F |
| Octal | 200 | 35 | 60 | 0 | 115 | 76 | 62 | 534 | 77 | 37 |
| Binary | 10000000 | 11101 | 110000 | 0 | 1001101 | 111110 | 110010 | 101011100 | 111111 | 11111 |
Color Harmonies of #801D30
Complementary color
Monochromatic Colors of #801D30
Black with #801D30
Text Example
Text Example
White with #801D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D30; }
p { color: rgb(128,29,48); }
H1.HeaderClassName
{
color: #801D30;
}
.AnyTagClassName
{
color: #801D30;
}
</style>
background-color css
<style>
a { background-color: #801D30; }
a { background-color: rgb(128,29,48); }
div.DivClassName
{
background-color: #801D30;
}
.BgClassName
{
background-color: #801D30;
}
</style>
border-color css
<style>
span { border-color: #801D30; }
span { border-color: rgb(128,29,48); }
td.TdClassName
{
border-color: #801D30;
}
.TagClassName
{
border-color: #801D30;
}
</style>