Shades of Scarlett #811D36
Tints of Scarlett #811D36
RGB
CMYK
RGB Variations
Color information
#811D36 (or 0x811D36) is known color: Scarlett. HEX triplet: 81, 1D and 36. RGB value is (129,29,54). Sum of RGB (Red+Green+Blue) = 129+29+54=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #811D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D36 is #7EE2C9. Grayscale: #3D3D3D. Windows color (decimal): -8315594 or 3546497. OLE color: 3546497.
HSL color Cylindrical-coordinate representation of color #811D36: hue angle of 345º 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 #811D36 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 54 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.49 |
| HSL | 345º | 0.63% | 0.31% | - |
| HSV(B) | 345º | 0.78% | 0.51% | - |
| XYZ | 10.16 | 5.81 | 4.08 | - |
| YUV | 61.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 54 | 0 | 0.78 | 0.58 | 0.49 | 345 | 0.63 | 0.31 |
| Hex | 81 | 1D | 36 | 0 | 4E | 3A | 31 | 159 | 3F | 1F |
| Octal | 201 | 35 | 66 | 0 | 116 | 72 | 61 | 531 | 77 | 37 |
| Binary | 10000001 | 11101 | 110110 | 0 | 1001110 | 111010 | 110001 | 101011001 | 111111 | 11111 |
Color Harmonies of #811D36
Complementary color
Monochromatic Colors of #811D36
Black with #811D36
Text Example
Text Example
White with #811D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D36; }
p { color: rgb(129,29,54); }
H1.HeaderClassName
{
color: #811D36;
}
.AnyTagClassName
{
color: #811D36;
}
</style>
background-color css
<style>
a { background-color: #811D36; }
a { background-color: rgb(129,29,54); }
div.DivClassName
{
background-color: #811D36;
}
.BgClassName
{
background-color: #811D36;
}
</style>
border-color css
<style>
span { border-color: #811D36; }
span { border-color: rgb(129,29,54); }
td.TdClassName
{
border-color: #811D36;
}
.TagClassName
{
border-color: #811D36;
}
</style>