Shades of Scarlett #811331
Tints of Scarlett #811331
RGB
CMYK
RGB Variations
Color information
#811331 (or 0x811331) is known color: Scarlett. HEX triplet: 81, 13 and 31. RGB value is (129,19,49). Sum of RGB (Red+Green+Blue) = 129+19+49=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811331 is #7EECCE. Grayscale: #373737. Windows color (decimal): -8318159 or 3216257. OLE color: 3216257.
HSL color Cylindrical-coordinate representation of color #811331: hue angle of 343.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811331 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 49 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.49 |
| HSL | 343.64º | 0.74% | 0.29% | - |
| HSV(B) | 343.64º | 0.85% | 0.51% | - |
| XYZ | 9.84 | 5.35 | 3.42 | - |
| YUV | 55.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 49 | 0 | 0.85 | 0.62 | 0.49 | 343.64 | 0.74 | 0.29 |
| Hex | 81 | 13 | 31 | 0 | 55 | 3E | 31 | 158 | 4A | 1D |
| Octal | 201 | 23 | 61 | 0 | 125 | 76 | 61 | 530 | 112 | 35 |
| Binary | 10000001 | 10011 | 110001 | 0 | 1010101 | 111110 | 110001 | 101011000 | 1001010 | 11101 |
Color Harmonies of #811331
Complementary color
Monochromatic Colors of #811331
Black with #811331
Text Example
Text Example
White with #811331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811331; }
p { color: rgb(129,19,49); }
H1.HeaderClassName
{
color: #811331;
}
.AnyTagClassName
{
color: #811331;
}
</style>
background-color css
<style>
a { background-color: #811331; }
a { background-color: rgb(129,19,49); }
div.DivClassName
{
background-color: #811331;
}
.BgClassName
{
background-color: #811331;
}
</style>
border-color css
<style>
span { border-color: #811331; }
span { border-color: rgb(129,19,49); }
td.TdClassName
{
border-color: #811331;
}
.TagClassName
{
border-color: #811331;
}
</style>