Shades of Scarlett #801A30
Tints of Scarlett #801A30
RGB
CMYK
RGB Variations
Color information
#801A30 (or 0x801A30) is known color: Scarlett. HEX triplet: 80, 1A and 30. RGB value is (128,26,48). Sum of RGB (Red+Green+Blue) = 128+26+48=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #801A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A30 is #7FE5CF. Grayscale: #3B3B3B. Windows color (decimal): -8381904 or 3152512. OLE color: 3152512.
HSL color Cylindrical-coordinate representation of color #801A30: hue angle of 347.06º 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 #801A30 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 48 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.50 |
| HSL | 347.06º | 0.66% | 0.3% | - |
| HSV(B) | 347.06º | 0.8% | 0.5% | - |
| XYZ | 9.8 | 5.54 | 3.35 | - |
| YUV | 59.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 48 | 0 | 0.80 | 0.62 | 0.50 | 347.06 | 0.66 | 0.3 |
| Hex | 80 | 1A | 30 | 0 | 50 | 3E | 32 | 15B | 42 | 1E |
| Octal | 200 | 32 | 60 | 0 | 120 | 76 | 62 | 533 | 102 | 36 |
| Binary | 10000000 | 11010 | 110000 | 0 | 1010000 | 111110 | 110010 | 101011011 | 1000010 | 11110 |
Color Harmonies of #801A30
Complementary color
Monochromatic Colors of #801A30
Black with #801A30
Text Example
Text Example
White with #801A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A30; }
p { color: rgb(128,26,48); }
H1.HeaderClassName
{
color: #801A30;
}
.AnyTagClassName
{
color: #801A30;
}
</style>
background-color css
<style>
a { background-color: #801A30; }
a { background-color: rgb(128,26,48); }
div.DivClassName
{
background-color: #801A30;
}
.BgClassName
{
background-color: #801A30;
}
</style>
border-color css
<style>
span { border-color: #801A30; }
span { border-color: rgb(128,26,48); }
td.TdClassName
{
border-color: #801A30;
}
.TagClassName
{
border-color: #801A30;
}
</style>