Shades of Scarlett #811C2E
Tints of Scarlett #811C2E
RGB
CMYK
RGB Variations
Color information
#811C2E (or 0x811C2E) is known color: Scarlett. HEX triplet: 81, 1C and 2E. RGB value is (129,28,46). Sum of RGB (Red+Green+Blue) = 129+28+46=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C2E is #7EE3D1. Grayscale: #3C3C3C. Windows color (decimal): -8315858 or 3021953. OLE color: 3021953.
HSL color Cylindrical-coordinate representation of color #811C2E: hue angle of 349.31º 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 #811C2E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 46 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.49 |
| HSL | 349.31º | 0.64% | 0.31% | - |
| HSV(B) | 349.31º | 0.78% | 0.51% | - |
| XYZ | 9.96 | 5.69 | 3.16 | - |
| YUV | 60.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 46 | 0 | 0.78 | 0.64 | 0.49 | 349.31 | 0.64 | 0.31 |
| Hex | 81 | 1C | 2E | 0 | 4E | 40 | 31 | 15D | 40 | 1F |
| Octal | 201 | 34 | 56 | 0 | 116 | 100 | 61 | 535 | 100 | 37 |
| Binary | 10000001 | 11100 | 101110 | 0 | 1001110 | 1000000 | 110001 | 101011101 | 1000000 | 11111 |
Color Harmonies of #811C2E
Complementary color
Monochromatic Colors of #811C2E
Black with #811C2E
Text Example
Text Example
White with #811C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C2E; }
p { color: rgb(129,28,46); }
H1.HeaderClassName
{
color: #811C2E;
}
.AnyTagClassName
{
color: #811C2E;
}
</style>
background-color css
<style>
a { background-color: #811C2E; }
a { background-color: rgb(129,28,46); }
div.DivClassName
{
background-color: #811C2E;
}
.BgClassName
{
background-color: #811C2E;
}
</style>
border-color css
<style>
span { border-color: #811C2E; }
span { border-color: rgb(129,28,46); }
td.TdClassName
{
border-color: #811C2E;
}
.TagClassName
{
border-color: #811C2E;
}
</style>