Shades of Scarlett #811E2D
Tints of Scarlett #811E2D
RGB
CMYK
RGB Variations
Color information
#811E2D (or 0x811E2D) is known color: Scarlett. HEX triplet: 81, 1E and 2D. RGB value is (129,30,45). Sum of RGB (Red+Green+Blue) = 129+30+45=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #811E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E2D is #7EE1D2. Grayscale: #3D3D3D. Windows color (decimal): -8315347 or 2956929. OLE color: 2956929.
HSL color Cylindrical-coordinate representation of color #811E2D: hue angle of 350.91º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811E2D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 45 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.49 |
| HSL | 350.91º | 0.62% | 0.31% | - |
| HSV(B) | 350.91º | 0.77% | 0.51% | - |
| XYZ | 9.99 | 5.79 | 3.07 | - |
| YUV | 61.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 45 | 0 | 0.77 | 0.65 | 0.49 | 350.91 | 0.62 | 0.31 |
| Hex | 81 | 1E | 2D | 0 | 4D | 41 | 31 | 15F | 3E | 1F |
| Octal | 201 | 36 | 55 | 0 | 115 | 101 | 61 | 537 | 76 | 37 |
| Binary | 10000001 | 11110 | 101101 | 0 | 1001101 | 1000001 | 110001 | 101011111 | 111110 | 11111 |
Color Harmonies of #811E2D
Complementary color
Monochromatic Colors of #811E2D
Black with #811E2D
Text Example
Text Example
White with #811E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E2D; }
p { color: rgb(129,30,45); }
H1.HeaderClassName
{
color: #811E2D;
}
.AnyTagClassName
{
color: #811E2D;
}
</style>
background-color css
<style>
a { background-color: #811E2D; }
a { background-color: rgb(129,30,45); }
div.DivClassName
{
background-color: #811E2D;
}
.BgClassName
{
background-color: #811E2D;
}
</style>
border-color css
<style>
span { border-color: #811E2D; }
span { border-color: rgb(129,30,45); }
td.TdClassName
{
border-color: #811E2D;
}
.TagClassName
{
border-color: #811E2D;
}
</style>