Shades of Scarlett #811726
Tints of Scarlett #811726
RGB
CMYK
RGB Variations
Color information
#811726 (or 0x811726) is known color: Scarlett. HEX triplet: 81, 17 and 26. RGB value is (129,23,38). Sum of RGB (Red+Green+Blue) = 129+23+38=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #811726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811726 is #7EE8D9. Grayscale: #383838. Windows color (decimal): -8317146 or 2496385. OLE color: 2496385.
HSL color Cylindrical-coordinate representation of color #811726: hue angle of 351.51º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811726 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 38 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.49 |
| HSL | 351.51º | 0.7% | 0.3% | - |
| HSV(B) | 351.51º | 0.82% | 0.51% | - |
| XYZ | 9.71 | 5.42 | 2.37 | - |
| YUV | 56.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 38 | 0 | 0.82 | 0.71 | 0.49 | 351.51 | 0.7 | 0.3 |
| Hex | 81 | 17 | 26 | 0 | 52 | 47 | 31 | 160 | 46 | 1E |
| Octal | 201 | 27 | 46 | 0 | 122 | 107 | 61 | 540 | 106 | 36 |
| Binary | 10000001 | 10111 | 100110 | 0 | 1010010 | 1000111 | 110001 | 101100000 | 1000110 | 11110 |
Color Harmonies of #811726
Complementary color
Monochromatic Colors of #811726
Black with #811726
Text Example
Text Example
White with #811726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811726; }
p { color: rgb(129,23,38); }
H1.HeaderClassName
{
color: #811726;
}
.AnyTagClassName
{
color: #811726;
}
</style>
background-color css
<style>
a { background-color: #811726; }
a { background-color: rgb(129,23,38); }
div.DivClassName
{
background-color: #811726;
}
.BgClassName
{
background-color: #811726;
}
</style>
border-color css
<style>
span { border-color: #811726; }
span { border-color: rgb(129,23,38); }
td.TdClassName
{
border-color: #811726;
}
.TagClassName
{
border-color: #811726;
}
</style>