Shades of Scarlett #801725
Tints of Scarlett #801725
RGB
CMYK
RGB Variations
Color information
#801725 (or 0x801725) is known color: Scarlett. HEX triplet: 80, 17 and 25. RGB value is (128,23,37). Sum of RGB (Red+Green+Blue) = 128+23+37=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #801725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801725 is #7FE8DA. Grayscale: #383838. Windows color (decimal): -8382683 or 2430848. OLE color: 2430848.
HSL color Cylindrical-coordinate representation of color #801725: hue angle of 352º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801725 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 37 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.50 |
| HSL | 352º | 0.7% | 0.3% | - |
| HSV(B) | 352º | 0.82% | 0.5% | - |
| XYZ | 9.54 | 5.34 | 2.28 | - |
| YUV | 55.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 37 | 0 | 0.82 | 0.71 | 0.50 | 352 | 0.7 | 0.3 |
| Hex | 80 | 17 | 25 | 0 | 52 | 47 | 32 | 160 | 46 | 1E |
| Octal | 200 | 27 | 45 | 0 | 122 | 107 | 62 | 540 | 106 | 36 |
| Binary | 10000000 | 10111 | 100101 | 0 | 1010010 | 1000111 | 110010 | 101100000 | 1000110 | 11110 |
Color Harmonies of #801725
Complementary color
Monochromatic Colors of #801725
Black with #801725
Text Example
Text Example
White with #801725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801725; }
p { color: rgb(128,23,37); }
H1.HeaderClassName
{
color: #801725;
}
.AnyTagClassName
{
color: #801725;
}
</style>
background-color css
<style>
a { background-color: #801725; }
a { background-color: rgb(128,23,37); }
div.DivClassName
{
background-color: #801725;
}
.BgClassName
{
background-color: #801725;
}
</style>
border-color css
<style>
span { border-color: #801725; }
span { border-color: rgb(128,23,37); }
td.TdClassName
{
border-color: #801725;
}
.TagClassName
{
border-color: #801725;
}
</style>