Shades of Scarlett #811D39
Tints of Scarlett #811D39
RGB
CMYK
RGB Variations
Color information
#811D39 (or 0x811D39) is known color: Scarlett. HEX triplet: 81, 1D and 39. RGB value is (129,29,57). Sum of RGB (Red+Green+Blue) = 129+29+57=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #811D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D39 is #7EE2C6. Grayscale: #3E3E3E. Windows color (decimal): -8315591 or 3743105. OLE color: 3743105.
HSL color Cylindrical-coordinate representation of color #811D39: hue angle of 343.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D39 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 57 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.49 |
| HSL | 343.2º | 0.63% | 0.31% | - |
| HSV(B) | 343.2º | 0.78% | 0.51% | - |
| XYZ | 10.23 | 5.84 | 4.46 | - |
| YUV | 62.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 57 | 0 | 0.78 | 0.56 | 0.49 | 343.2 | 0.63 | 0.31 |
| Hex | 81 | 1D | 39 | 0 | 4E | 38 | 31 | 157 | 3F | 1F |
| Octal | 201 | 35 | 71 | 0 | 116 | 70 | 61 | 527 | 77 | 37 |
| Binary | 10000001 | 11101 | 111001 | 0 | 1001110 | 111000 | 110001 | 101010111 | 111111 | 11111 |
Color Harmonies of #811D39
Complementary color
Monochromatic Colors of #811D39
Black with #811D39
Text Example
Text Example
White with #811D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D39; }
p { color: rgb(129,29,57); }
H1.HeaderClassName
{
color: #811D39;
}
.AnyTagClassName
{
color: #811D39;
}
</style>
background-color css
<style>
a { background-color: #811D39; }
a { background-color: rgb(129,29,57); }
div.DivClassName
{
background-color: #811D39;
}
.BgClassName
{
background-color: #811D39;
}
</style>
border-color css
<style>
span { border-color: #811D39; }
span { border-color: rgb(129,29,57); }
td.TdClassName
{
border-color: #811D39;
}
.TagClassName
{
border-color: #811D39;
}
</style>