Shades of Scarlett #801836
Tints of Scarlett #801836
RGB
CMYK
RGB Variations
Color information
#801836 (or 0x801836) is known color: Scarlett. HEX triplet: 80, 18 and 36. RGB value is (128,24,54). Sum of RGB (Red+Green+Blue) = 128+24+54=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #801836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801836 is #7FE7C9. Grayscale: #3A3A3A. Windows color (decimal): -8382410 or 3545216. OLE color: 3545216.
HSL color Cylindrical-coordinate representation of color #801836: hue angle of 342.69º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801836 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 54 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.50 |
| HSL | 342.69º | 0.68% | 0.3% | - |
| HSV(B) | 342.69º | 0.81% | 0.5% | - |
| XYZ | 9.89 | 5.51 | 4.03 | - |
| YUV | 58.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 54 | 0 | 0.81 | 0.58 | 0.50 | 342.69 | 0.68 | 0.3 |
| Hex | 80 | 18 | 36 | 0 | 51 | 3A | 32 | 157 | 44 | 1E |
| Octal | 200 | 30 | 66 | 0 | 121 | 72 | 62 | 527 | 104 | 36 |
| Binary | 10000000 | 11000 | 110110 | 0 | 1010001 | 111010 | 110010 | 101010111 | 1000100 | 11110 |
Color Harmonies of #801836
Complementary color
Monochromatic Colors of #801836
Black with #801836
Text Example
Text Example
White with #801836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801836; }
p { color: rgb(128,24,54); }
H1.HeaderClassName
{
color: #801836;
}
.AnyTagClassName
{
color: #801836;
}
</style>
background-color css
<style>
a { background-color: #801836; }
a { background-color: rgb(128,24,54); }
div.DivClassName
{
background-color: #801836;
}
.BgClassName
{
background-color: #801836;
}
</style>
border-color css
<style>
span { border-color: #801836; }
span { border-color: rgb(128,24,54); }
td.TdClassName
{
border-color: #801836;
}
.TagClassName
{
border-color: #801836;
}
</style>