Shades of Scarlett #80172A
Tints of Scarlett #80172A
RGB
CMYK
RGB Variations
Color information
#80172A (or 0x80172A) is known color: Scarlett. HEX triplet: 80, 17 and 2A. RGB value is (128,23,42). Sum of RGB (Red+Green+Blue) = 128+23+42=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172A is #7FE8D5. Grayscale: #383838. Windows color (decimal): -8382678 or 2758528. OLE color: 2758528.
HSL color Cylindrical-coordinate representation of color #80172A: hue angle of 349.14º 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 #80172A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 42 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.50 |
| HSL | 349.14º | 0.7% | 0.3% | - |
| HSV(B) | 349.14º | 0.82% | 0.5% | - |
| XYZ | 9.63 | 5.37 | 2.72 | - |
| YUV | 56.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 42 | 0 | 0.82 | 0.67 | 0.50 | 349.14 | 0.7 | 0.3 |
| Hex | 80 | 17 | 2A | 0 | 52 | 43 | 32 | 15D | 46 | 1E |
| Octal | 200 | 27 | 52 | 0 | 122 | 103 | 62 | 535 | 106 | 36 |
| Binary | 10000000 | 10111 | 101010 | 0 | 1010010 | 1000011 | 110010 | 101011101 | 1000110 | 11110 |
Color Harmonies of #80172A
Complementary color
Monochromatic Colors of #80172A
Black with #80172A
Text Example
Text Example
White with #80172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80172A; }
p { color: rgb(128,23,42); }
H1.HeaderClassName
{
color: #80172A;
}
.AnyTagClassName
{
color: #80172A;
}
</style>
background-color css
<style>
a { background-color: #80172A; }
a { background-color: rgb(128,23,42); }
div.DivClassName
{
background-color: #80172A;
}
.BgClassName
{
background-color: #80172A;
}
</style>
border-color css
<style>
span { border-color: #80172A; }
span { border-color: rgb(128,23,42); }
td.TdClassName
{
border-color: #80172A;
}
.TagClassName
{
border-color: #80172A;
}
</style>