Shades of Scarlett #801A2F
Tints of Scarlett #801A2F
RGB
CMYK
RGB Variations
Color information
#801A2F (or 0x801A2F) is known color: Scarlett. HEX triplet: 80, 1A and 2F. RGB value is (128,26,47). Sum of RGB (Red+Green+Blue) = 128+26+47=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A2F is #7FE5D0. Grayscale: #3A3A3A. Windows color (decimal): -8381905 or 3086976. OLE color: 3086976.
HSL color Cylindrical-coordinate representation of color #801A2F: hue angle of 347.65º 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 #801A2F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 47 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.50 |
| HSL | 347.65º | 0.66% | 0.3% | - |
| HSV(B) | 347.65º | 0.8% | 0.5% | - |
| XYZ | 9.78 | 5.53 | 3.24 | - |
| YUV | 58.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 47 | 0 | 0.80 | 0.63 | 0.50 | 347.65 | 0.66 | 0.3 |
| Hex | 80 | 1A | 2F | 0 | 50 | 3F | 32 | 15C | 42 | 1E |
| Octal | 200 | 32 | 57 | 0 | 120 | 77 | 62 | 534 | 102 | 36 |
| Binary | 10000000 | 11010 | 101111 | 0 | 1010000 | 111111 | 110010 | 101011100 | 1000010 | 11110 |
Color Harmonies of #801A2F
Complementary color
Monochromatic Colors of #801A2F
Black with #801A2F
Text Example
Text Example
White with #801A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A2F; }
p { color: rgb(128,26,47); }
H1.HeaderClassName
{
color: #801A2F;
}
.AnyTagClassName
{
color: #801A2F;
}
</style>
background-color css
<style>
a { background-color: #801A2F; }
a { background-color: rgb(128,26,47); }
div.DivClassName
{
background-color: #801A2F;
}
.BgClassName
{
background-color: #801A2F;
}
</style>
border-color css
<style>
span { border-color: #801A2F; }
span { border-color: rgb(128,26,47); }
td.TdClassName
{
border-color: #801A2F;
}
.TagClassName
{
border-color: #801A2F;
}
</style>