Shades of Scarlett #811D3A
Tints of Scarlett #811D3A
RGB
CMYK
RGB Variations
Color information
#811D3A (or 0x811D3A) is known color: Scarlett. HEX triplet: 81, 1D and 3A. RGB value is (129,29,58). Sum of RGB (Red+Green+Blue) = 129+29+58=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D3A is #7EE2C5. Grayscale: #3E3E3E. Windows color (decimal): -8315590 or 3808641. OLE color: 3808641.
HSL color Cylindrical-coordinate representation of color #811D3A: hue angle of 342.6º 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 #811D3A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 58 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.49 |
| HSL | 342.6º | 0.63% | 0.31% | - |
| HSV(B) | 342.6º | 0.78% | 0.51% | - |
| XYZ | 10.26 | 5.85 | 4.59 | - |
| YUV | 62.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 58 | 0 | 0.78 | 0.55 | 0.49 | 342.6 | 0.63 | 0.31 |
| Hex | 81 | 1D | 3A | 0 | 4E | 37 | 31 | 157 | 3F | 1F |
| Octal | 201 | 35 | 72 | 0 | 116 | 67 | 61 | 527 | 77 | 37 |
| Binary | 10000001 | 11101 | 111010 | 0 | 1001110 | 110111 | 110001 | 101010111 | 111111 | 11111 |
Color Harmonies of #811D3A
Complementary color
Monochromatic Colors of #811D3A
Black with #811D3A
Text Example
Text Example
White with #811D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D3A; }
p { color: rgb(129,29,58); }
H1.HeaderClassName
{
color: #811D3A;
}
.AnyTagClassName
{
color: #811D3A;
}
</style>
background-color css
<style>
a { background-color: #811D3A; }
a { background-color: rgb(129,29,58); }
div.DivClassName
{
background-color: #811D3A;
}
.BgClassName
{
background-color: #811D3A;
}
</style>
border-color css
<style>
span { border-color: #811D3A; }
span { border-color: rgb(129,29,58); }
td.TdClassName
{
border-color: #811D3A;
}
.TagClassName
{
border-color: #811D3A;
}
</style>