Shades of Scarlett #80192B
Tints of Scarlett #80192B
RGB
CMYK
RGB Variations
Color information
#80192B (or 0x80192B) is known color: Scarlett. HEX triplet: 80, 19 and 2B. RGB value is (128,25,43). Sum of RGB (Red+Green+Blue) = 128+25+43=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80192B is #7FE6D4. Grayscale: #393939. Windows color (decimal): -8382165 or 2824576. OLE color: 2824576.
HSL color Cylindrical-coordinate representation of color #80192B: hue angle of 349.51º 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 #80192B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 43 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.50 |
| HSL | 349.51º | 0.67% | 0.3% | - |
| HSV(B) | 349.51º | 0.8% | 0.5% | - |
| XYZ | 9.69 | 5.46 | 2.83 | - |
| YUV | 57.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 43 | 0 | 0.80 | 0.66 | 0.50 | 349.51 | 0.67 | 0.3 |
| Hex | 80 | 19 | 2B | 0 | 50 | 42 | 32 | 15E | 43 | 1E |
| Octal | 200 | 31 | 53 | 0 | 120 | 102 | 62 | 536 | 103 | 36 |
| Binary | 10000000 | 11001 | 101011 | 0 | 1010000 | 1000010 | 110010 | 101011110 | 1000011 | 11110 |
Color Harmonies of #80192B
Complementary color
Monochromatic Colors of #80192B
Black with #80192B
Text Example
Text Example
White with #80192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80192B; }
p { color: rgb(128,25,43); }
H1.HeaderClassName
{
color: #80192B;
}
.AnyTagClassName
{
color: #80192B;
}
</style>
background-color css
<style>
a { background-color: #80192B; }
a { background-color: rgb(128,25,43); }
div.DivClassName
{
background-color: #80192B;
}
.BgClassName
{
background-color: #80192B;
}
</style>
border-color css
<style>
span { border-color: #80192B; }
span { border-color: rgb(128,25,43); }
td.TdClassName
{
border-color: #80192B;
}
.TagClassName
{
border-color: #80192B;
}
</style>