Shades of Scarlett #811B2F
Tints of Scarlett #811B2F
RGB
CMYK
RGB Variations
Color information
#811B2F (or 0x811B2F) is known color: Scarlett. HEX triplet: 81, 1B and 2F. RGB value is (129,27,47). Sum of RGB (Red+Green+Blue) = 129+27+47=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B2F is #7EE4D0. Grayscale: #3B3B3B. Windows color (decimal): -8316113 or 3087233. OLE color: 3087233.
HSL color Cylindrical-coordinate representation of color #811B2F: hue angle of 348.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B2F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 47 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.49 |
| HSL | 348.24º | 0.65% | 0.31% | - |
| HSV(B) | 348.24º | 0.79% | 0.51% | - |
| XYZ | 9.96 | 5.66 | 3.26 | - |
| YUV | 59.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 47 | 0 | 0.79 | 0.64 | 0.49 | 348.24 | 0.65 | 0.31 |
| Hex | 81 | 1B | 2F | 0 | 4F | 40 | 31 | 15C | 41 | 1F |
| Octal | 201 | 33 | 57 | 0 | 117 | 100 | 61 | 534 | 101 | 37 |
| Binary | 10000001 | 11011 | 101111 | 0 | 1001111 | 1000000 | 110001 | 101011100 | 1000001 | 11111 |
Color Harmonies of #811B2F
Complementary color
Monochromatic Colors of #811B2F
Black with #811B2F
Text Example
Text Example
White with #811B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B2F; }
p { color: rgb(129,27,47); }
H1.HeaderClassName
{
color: #811B2F;
}
.AnyTagClassName
{
color: #811B2F;
}
</style>
background-color css
<style>
a { background-color: #811B2F; }
a { background-color: rgb(129,27,47); }
div.DivClassName
{
background-color: #811B2F;
}
.BgClassName
{
background-color: #811B2F;
}
</style>
border-color css
<style>
span { border-color: #811B2F; }
span { border-color: rgb(129,27,47); }
td.TdClassName
{
border-color: #811B2F;
}
.TagClassName
{
border-color: #811B2F;
}
</style>