Shades of Scarlett #811425
Tints of Scarlett #811425
RGB
CMYK
RGB Variations
Color information
#811425 (or 0x811425) is known color: Scarlett. HEX triplet: 81, 14 and 25. RGB value is (129,20,37). Sum of RGB (Red+Green+Blue) = 129+20+37=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #811425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811425 is #7EEBDA. Grayscale: #363636. Windows color (decimal): -8317915 or 2430081. OLE color: 2430081.
HSL color Cylindrical-coordinate representation of color #811425: hue angle of 350.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811425 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 37 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.49 |
| HSL | 350.64º | 0.73% | 0.29% | - |
| HSV(B) | 350.64º | 0.84% | 0.51% | - |
| XYZ | 9.64 | 5.3 | 2.27 | - |
| YUV | 54.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 37 | 0 | 0.84 | 0.71 | 0.49 | 350.64 | 0.73 | 0.29 |
| Hex | 81 | 14 | 25 | 0 | 54 | 47 | 31 | 15F | 49 | 1D |
| Octal | 201 | 24 | 45 | 0 | 124 | 107 | 61 | 537 | 111 | 35 |
| Binary | 10000001 | 10100 | 100101 | 0 | 1010100 | 1000111 | 110001 | 101011111 | 1001001 | 11101 |
Color Harmonies of #811425
Complementary color
Monochromatic Colors of #811425
Black with #811425
Text Example
Text Example
White with #811425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811425; }
p { color: rgb(129,20,37); }
H1.HeaderClassName
{
color: #811425;
}
.AnyTagClassName
{
color: #811425;
}
</style>
background-color css
<style>
a { background-color: #811425; }
a { background-color: rgb(129,20,37); }
div.DivClassName
{
background-color: #811425;
}
.BgClassName
{
background-color: #811425;
}
</style>
border-color css
<style>
span { border-color: #811425; }
span { border-color: rgb(129,20,37); }
td.TdClassName
{
border-color: #811425;
}
.TagClassName
{
border-color: #811425;
}
</style>