Shades of Scarlett #811D27
Tints of Scarlett #811D27
RGB
CMYK
RGB Variations
Color information
#811D27 (or 0x811D27) is known color: Scarlett. HEX triplet: 81, 1D and 27. RGB value is (129,29,39). Sum of RGB (Red+Green+Blue) = 129+29+39=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D27 is #7EE2D8. Grayscale: #3C3C3C. Windows color (decimal): -8315609 or 2563457. OLE color: 2563457.
HSL color Cylindrical-coordinate representation of color #811D27: hue angle of 354º degrees, saturation: 0.63, 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 #811D27 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 39 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.49 |
| HSL | 354º | 0.63% | 0.31% | - |
| HSV(B) | 354º | 0.78% | 0.51% | - |
| XYZ | 9.86 | 5.69 | 2.5 | - |
| YUV | 60.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 39 | 0 | 0.78 | 0.70 | 0.49 | 354 | 0.63 | 0.31 |
| Hex | 81 | 1D | 27 | 0 | 4E | 46 | 31 | 162 | 3F | 1F |
| Octal | 201 | 35 | 47 | 0 | 116 | 106 | 61 | 542 | 77 | 37 |
| Binary | 10000001 | 11101 | 100111 | 0 | 1001110 | 1000110 | 110001 | 101100010 | 111111 | 11111 |
Color Harmonies of #811D27
Complementary color
Monochromatic Colors of #811D27
Black with #811D27
Text Example
Text Example
White with #811D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D27; }
p { color: rgb(129,29,39); }
H1.HeaderClassName
{
color: #811D27;
}
.AnyTagClassName
{
color: #811D27;
}
</style>
background-color css
<style>
a { background-color: #811D27; }
a { background-color: rgb(129,29,39); }
div.DivClassName
{
background-color: #811D27;
}
.BgClassName
{
background-color: #811D27;
}
</style>
border-color css
<style>
span { border-color: #811D27; }
span { border-color: rgb(129,29,39); }
td.TdClassName
{
border-color: #811D27;
}
.TagClassName
{
border-color: #811D27;
}
</style>