Shades of Scarlett #80132C
Tints of Scarlett #80132C
RGB
CMYK
RGB Variations
Color information
#80132C (or 0x80132C) is known color: Scarlett. HEX triplet: 80, 13 and 2C. RGB value is (128,19,44). Sum of RGB (Red+Green+Blue) = 128+19+44=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80132C is #7FECD3. Grayscale: #363636. Windows color (decimal): -8383700 or 2888576. OLE color: 2888576.
HSL color Cylindrical-coordinate representation of color #80132C: hue angle of 346.24º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80132C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 44 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.50 |
| HSL | 346.24º | 0.74% | 0.29% | - |
| HSV(B) | 346.24º | 0.85% | 0.5% | - |
| XYZ | 9.59 | 5.24 | 2.89 | - |
| YUV | 54.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 44 | 0 | 0.85 | 0.66 | 0.50 | 346.24 | 0.74 | 0.29 |
| Hex | 80 | 13 | 2C | 0 | 55 | 42 | 32 | 15A | 4A | 1D |
| Octal | 200 | 23 | 54 | 0 | 125 | 102 | 62 | 532 | 112 | 35 |
| Binary | 10000000 | 10011 | 101100 | 0 | 1010101 | 1000010 | 110010 | 101011010 | 1001010 | 11101 |
Color Harmonies of #80132C
Complementary color
Monochromatic Colors of #80132C
Black with #80132C
Text Example
Text Example
White with #80132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80132C; }
p { color: rgb(128,19,44); }
H1.HeaderClassName
{
color: #80132C;
}
.AnyTagClassName
{
color: #80132C;
}
</style>
background-color css
<style>
a { background-color: #80132C; }
a { background-color: rgb(128,19,44); }
div.DivClassName
{
background-color: #80132C;
}
.BgClassName
{
background-color: #80132C;
}
</style>
border-color css
<style>
span { border-color: #80132C; }
span { border-color: rgb(128,19,44); }
td.TdClassName
{
border-color: #80132C;
}
.TagClassName
{
border-color: #80132C;
}
</style>