Shades of Scarlett #811F3A
Tints of Scarlett #811F3A
RGB
CMYK
RGB Variations
Color information
#811F3A (or 0x811F3A) is known color: Scarlett. HEX triplet: 81, 1F and 3A. RGB value is (129,31,58). Sum of RGB (Red+Green+Blue) = 129+31+58=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #811F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811F3A is #7EE0C5. Grayscale: #3F3F3F. Windows color (decimal): -8315078 or 3809153. OLE color: 3809153.
HSL color Cylindrical-coordinate representation of color #811F3A: hue angle of 343.47º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #811F3A is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 31 | 58 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.49 |
| HSL | 343.47º | 0.61% | 0.31% | - |
| HSV(B) | 343.47º | 0.76% | 0.51% | - |
| XYZ | 10.31 | 5.95 | 4.61 | - |
| YUV | 63.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 58 | 0 | 0.76 | 0.55 | 0.49 | 343.47 | 0.61 | 0.31 |
| Hex | 81 | 1F | 3A | 0 | 4C | 37 | 31 | 157 | 3D | 1F |
| Octal | 201 | 37 | 72 | 0 | 114 | 67 | 61 | 527 | 75 | 37 |
| Binary | 10000001 | 11111 | 111010 | 0 | 1001100 | 110111 | 110001 | 101010111 | 111101 | 11111 |
Color Harmonies of #811F3A
Complementary color
Monochromatic Colors of #811F3A
Black with #811F3A
Text Example
Text Example
White with #811F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811F3A; }
p { color: rgb(129,31,58); }
H1.HeaderClassName
{
color: #811F3A;
}
.AnyTagClassName
{
color: #811F3A;
}
</style>
background-color css
<style>
a { background-color: #811F3A; }
a { background-color: rgb(129,31,58); }
div.DivClassName
{
background-color: #811F3A;
}
.BgClassName
{
background-color: #811F3A;
}
</style>
border-color css
<style>
span { border-color: #811F3A; }
span { border-color: rgb(129,31,58); }
td.TdClassName
{
border-color: #811F3A;
}
.TagClassName
{
border-color: #811F3A;
}
</style>