Shades of Scarlett #811925
Tints of Scarlett #811925
RGB
CMYK
RGB Variations
Color information
#811925 (or 0x811925) is known color: Scarlett. HEX triplet: 81, 19 and 25. RGB value is (129,25,37). Sum of RGB (Red+Green+Blue) = 129+25+37=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #811925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811925 is #7EE6DA. Grayscale: #393939. Windows color (decimal): -8316635 or 2431361. OLE color: 2431361.
HSL color Cylindrical-coordinate representation of color #811925: hue angle of 353.08º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811925 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 37 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.49 |
| HSL | 353.08º | 0.68% | 0.3% | - |
| HSV(B) | 353.08º | 0.81% | 0.51% | - |
| XYZ | 9.73 | 5.5 | 2.3 | - |
| YUV | 57.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 37 | 0 | 0.81 | 0.71 | 0.49 | 353.08 | 0.68 | 0.3 |
| Hex | 81 | 19 | 25 | 0 | 51 | 47 | 31 | 161 | 44 | 1E |
| Octal | 201 | 31 | 45 | 0 | 121 | 107 | 61 | 541 | 104 | 36 |
| Binary | 10000001 | 11001 | 100101 | 0 | 1010001 | 1000111 | 110001 | 101100001 | 1000100 | 11110 |
Color Harmonies of #811925
Complementary color
Monochromatic Colors of #811925
Black with #811925
Text Example
Text Example
White with #811925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811925; }
p { color: rgb(129,25,37); }
H1.HeaderClassName
{
color: #811925;
}
.AnyTagClassName
{
color: #811925;
}
</style>
background-color css
<style>
a { background-color: #811925; }
a { background-color: rgb(129,25,37); }
div.DivClassName
{
background-color: #811925;
}
.BgClassName
{
background-color: #811925;
}
</style>
border-color css
<style>
span { border-color: #811925; }
span { border-color: rgb(129,25,37); }
td.TdClassName
{
border-color: #811925;
}
.TagClassName
{
border-color: #811925;
}
</style>