Shades of Scarlett #80192C
Tints of Scarlett #80192C
RGB
CMYK
RGB Variations
Color information
#80192C (or 0x80192C) is known color: Scarlett. HEX triplet: 80, 19 and 2C. RGB value is (128,25,44). Sum of RGB (Red+Green+Blue) = 128+25+44=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80192C is #7FE6D3. Grayscale: #393939. Windows color (decimal): -8382164 or 2890112. OLE color: 2890112.
HSL color Cylindrical-coordinate representation of color #80192C: hue angle of 348.93º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80192C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 44 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.50 |
| HSL | 348.93º | 0.67% | 0.3% | - |
| HSV(B) | 348.93º | 0.8% | 0.5% | - |
| XYZ | 9.7 | 5.47 | 2.93 | - |
| YUV | 57.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 44 | 0 | 0.80 | 0.66 | 0.50 | 348.93 | 0.67 | 0.3 |
| Hex | 80 | 19 | 2C | 0 | 50 | 42 | 32 | 15D | 43 | 1E |
| Octal | 200 | 31 | 54 | 0 | 120 | 102 | 62 | 535 | 103 | 36 |
| Binary | 10000000 | 11001 | 101100 | 0 | 1010000 | 1000010 | 110010 | 101011101 | 1000011 | 11110 |
Color Harmonies of #80192C
Complementary color
Monochromatic Colors of #80192C
Black with #80192C
Text Example
Text Example
White with #80192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80192C; }
p { color: rgb(128,25,44); }
H1.HeaderClassName
{
color: #80192C;
}
.AnyTagClassName
{
color: #80192C;
}
</style>
background-color css
<style>
a { background-color: #80192C; }
a { background-color: rgb(128,25,44); }
div.DivClassName
{
background-color: #80192C;
}
.BgClassName
{
background-color: #80192C;
}
</style>
border-color css
<style>
span { border-color: #80192C; }
span { border-color: rgb(128,25,44); }
td.TdClassName
{
border-color: #80192C;
}
.TagClassName
{
border-color: #80192C;
}
</style>