Shades of Scarlett #811D32
Tints of Scarlett #811D32
RGB
CMYK
RGB Variations
Color information
#811D32 (or 0x811D32) is known color: Scarlett. HEX triplet: 81, 1D and 32. RGB value is (129,29,50). Sum of RGB (Red+Green+Blue) = 129+29+50=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #811D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D32 is #7EE2CD. Grayscale: #3D3D3D. Windows color (decimal): -8315598 or 3284353. OLE color: 3284353.
HSL color Cylindrical-coordinate representation of color #811D32: hue angle of 347.4º 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 #811D32 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 50 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.49 |
| HSL | 347.4º | 0.63% | 0.31% | - |
| HSV(B) | 347.4º | 0.78% | 0.51% | - |
| XYZ | 10.07 | 5.78 | 3.6 | - |
| YUV | 61.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 50 | 0 | 0.78 | 0.61 | 0.49 | 347.4 | 0.63 | 0.31 |
| Hex | 81 | 1D | 32 | 0 | 4E | 3D | 31 | 15B | 3F | 1F |
| Octal | 201 | 35 | 62 | 0 | 116 | 75 | 61 | 533 | 77 | 37 |
| Binary | 10000001 | 11101 | 110010 | 0 | 1001110 | 111101 | 110001 | 101011011 | 111111 | 11111 |
Color Harmonies of #811D32
Complementary color
Monochromatic Colors of #811D32
Black with #811D32
Text Example
Text Example
White with #811D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D32; }
p { color: rgb(129,29,50); }
H1.HeaderClassName
{
color: #811D32;
}
.AnyTagClassName
{
color: #811D32;
}
</style>
background-color css
<style>
a { background-color: #811D32; }
a { background-color: rgb(129,29,50); }
div.DivClassName
{
background-color: #811D32;
}
.BgClassName
{
background-color: #811D32;
}
</style>
border-color css
<style>
span { border-color: #811D32; }
span { border-color: rgb(129,29,50); }
td.TdClassName
{
border-color: #811D32;
}
.TagClassName
{
border-color: #811D32;
}
</style>