Shades of Scarlett #811C3A
Tints of Scarlett #811C3A
RGB
CMYK
RGB Variations
Color information
#811C3A (or 0x811C3A) is known color: Scarlett. HEX triplet: 81, 1C and 3A. RGB value is (129,28,58). Sum of RGB (Red+Green+Blue) = 129+28+58=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #811C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C3A is #7EE3C5. Grayscale: #3D3D3D. Windows color (decimal): -8315846 or 3808385. OLE color: 3808385.
HSL color Cylindrical-coordinate representation of color #811C3A: hue angle of 342.18º degrees, saturation: 0.64, 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 #811C3A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 58 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.49 |
| HSL | 342.18º | 0.64% | 0.31% | - |
| HSV(B) | 342.18º | 0.78% | 0.51% | - |
| XYZ | 10.23 | 5.8 | 4.58 | - |
| YUV | 61.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 58 | 0 | 0.78 | 0.55 | 0.49 | 342.18 | 0.64 | 0.31 |
| Hex | 81 | 1C | 3A | 0 | 4E | 37 | 31 | 156 | 40 | 1F |
| Octal | 201 | 34 | 72 | 0 | 116 | 67 | 61 | 526 | 100 | 37 |
| Binary | 10000001 | 11100 | 111010 | 0 | 1001110 | 110111 | 110001 | 101010110 | 1000000 | 11111 |
Color Harmonies of #811C3A
Complementary color
Monochromatic Colors of #811C3A
Black with #811C3A
Text Example
Text Example
White with #811C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C3A; }
p { color: rgb(129,28,58); }
H1.HeaderClassName
{
color: #811C3A;
}
.AnyTagClassName
{
color: #811C3A;
}
</style>
background-color css
<style>
a { background-color: #811C3A; }
a { background-color: rgb(129,28,58); }
div.DivClassName
{
background-color: #811C3A;
}
.BgClassName
{
background-color: #811C3A;
}
</style>
border-color css
<style>
span { border-color: #811C3A; }
span { border-color: rgb(129,28,58); }
td.TdClassName
{
border-color: #811C3A;
}
.TagClassName
{
border-color: #811C3A;
}
</style>