Shades of Scarlett #80242A
Tints of Scarlett #80242A
RGB
CMYK
RGB Variations
Color information
#80242A (or 0x80242A) is known color: Scarlett. HEX triplet: 80, 24 and 2A. RGB value is (128,36,42). Sum of RGB (Red+Green+Blue) = 128+36+42=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80242A is #7FDBD5. Grayscale: #404040. Windows color (decimal): -8379350 or 2761856. OLE color: 2761856.
HSL color Cylindrical-coordinate representation of color #80242A: hue angle of 356.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80242A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 42 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.50 |
| HSL | 356.09º | 0.56% | 0.32% | - |
| HSV(B) | 356.09º | 0.72% | 0.5% | - |
| XYZ | 9.95 | 6.02 | 2.83 | - |
| YUV | 64.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 42 | 0 | 0.72 | 0.67 | 0.50 | 356.09 | 0.56 | 0.32 |
| Hex | 80 | 24 | 2A | 0 | 48 | 43 | 32 | 164 | 38 | 20 |
| Octal | 200 | 44 | 52 | 0 | 110 | 103 | 62 | 544 | 70 | 40 |
| Binary | 10000000 | 100100 | 101010 | 0 | 1001000 | 1000011 | 110010 | 101100100 | 111000 | 100000 |
Color Harmonies of #80242A
Complementary color
Monochromatic Colors of #80242A
Black with #80242A
Text Example
Text Example
White with #80242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80242A; }
p { color: rgb(128,36,42); }
H1.HeaderClassName
{
color: #80242A;
}
.AnyTagClassName
{
color: #80242A;
}
</style>
background-color css
<style>
a { background-color: #80242A; }
a { background-color: rgb(128,36,42); }
div.DivClassName
{
background-color: #80242A;
}
.BgClassName
{
background-color: #80242A;
}
</style>
border-color css
<style>
span { border-color: #80242A; }
span { border-color: rgb(128,36,42); }
td.TdClassName
{
border-color: #80242A;
}
.TagClassName
{
border-color: #80242A;
}
</style>