Shades of Scarlett #80172F
Tints of Scarlett #80172F
RGB
CMYK
RGB Variations
Color information
#80172F (or 0x80172F) is known color: Scarlett. HEX triplet: 80, 17 and 2F. RGB value is (128,23,47). Sum of RGB (Red+Green+Blue) = 128+23+47=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172F is #7FE8D0. Grayscale: #393939. Windows color (decimal): -8382673 or 3086208. OLE color: 3086208.
HSL color Cylindrical-coordinate representation of color #80172F: hue angle of 346.29º 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 #80172F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 47 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.50 |
| HSL | 346.29º | 0.7% | 0.3% | - |
| HSV(B) | 346.29º | 0.82% | 0.5% | - |
| XYZ | 9.72 | 5.41 | 3.22 | - |
| YUV | 57.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 47 | 0 | 0.82 | 0.63 | 0.50 | 346.29 | 0.7 | 0.3 |
| Hex | 80 | 17 | 2F | 0 | 52 | 3F | 32 | 15A | 46 | 1E |
| Octal | 200 | 27 | 57 | 0 | 122 | 77 | 62 | 532 | 106 | 36 |
| Binary | 10000000 | 10111 | 101111 | 0 | 1010010 | 111111 | 110010 | 101011010 | 1000110 | 11110 |
Color Harmonies of #80172F
Complementary color
Monochromatic Colors of #80172F
Black with #80172F
Text Example
Text Example
White with #80172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80172F; }
p { color: rgb(128,23,47); }
H1.HeaderClassName
{
color: #80172F;
}
.AnyTagClassName
{
color: #80172F;
}
</style>
background-color css
<style>
a { background-color: #80172F; }
a { background-color: rgb(128,23,47); }
div.DivClassName
{
background-color: #80172F;
}
.BgClassName
{
background-color: #80172F;
}
</style>
border-color css
<style>
span { border-color: #80172F; }
span { border-color: rgb(128,23,47); }
td.TdClassName
{
border-color: #80172F;
}
.TagClassName
{
border-color: #80172F;
}
</style>