Shades of Scarlett #802138
Tints of Scarlett #802138
RGB
CMYK
RGB Variations
Color information
#802138 (or 0x802138) is known color: Scarlett. HEX triplet: 80, 21 and 38. RGB value is (128,33,56). Sum of RGB (Red+Green+Blue) = 128+33+56=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #802138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802138 is #7FDEC7. Grayscale: #404040. Windows color (decimal): -8380104 or 3678592. OLE color: 3678592.
HSL color Cylindrical-coordinate representation of color #802138: hue angle of 345.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802138 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 56 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.50 |
| HSL | 345.47º | 0.59% | 0.32% | - |
| HSV(B) | 345.47º | 0.74% | 0.5% | - |
| XYZ | 10.16 | 5.96 | 4.36 | - |
| YUV | 64.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 56 | 0 | 0.74 | 0.56 | 0.50 | 345.47 | 0.59 | 0.32 |
| Hex | 80 | 21 | 38 | 0 | 4A | 38 | 32 | 159 | 3B | 20 |
| Octal | 200 | 41 | 70 | 0 | 112 | 70 | 62 | 531 | 73 | 40 |
| Binary | 10000000 | 100001 | 111000 | 0 | 1001010 | 111000 | 110010 | 101011001 | 111011 | 100000 |
Color Harmonies of #802138
Complementary color
Monochromatic Colors of #802138
Black with #802138
Text Example
Text Example
White with #802138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802138; }
p { color: rgb(128,33,56); }
H1.HeaderClassName
{
color: #802138;
}
.AnyTagClassName
{
color: #802138;
}
</style>
background-color css
<style>
a { background-color: #802138; }
a { background-color: rgb(128,33,56); }
div.DivClassName
{
background-color: #802138;
}
.BgClassName
{
background-color: #802138;
}
</style>
border-color css
<style>
span { border-color: #802138; }
span { border-color: rgb(128,33,56); }
td.TdClassName
{
border-color: #802138;
}
.TagClassName
{
border-color: #802138;
}
</style>