Shades of Scarlett #802134
Tints of Scarlett #802134
RGB
CMYK
RGB Variations
Color information
#802134 (or 0x802134) is known color: Scarlett. HEX triplet: 80, 21 and 34. RGB value is (128,33,52). Sum of RGB (Red+Green+Blue) = 128+33+52=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #802134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802134 is #7FDECB. Grayscale: #3F3F3F. Windows color (decimal): -8380108 or 3416448. OLE color: 3416448.
HSL color Cylindrical-coordinate representation of color #802134: hue angle of 348º 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 #802134 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 52 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.50 |
| HSL | 348º | 0.59% | 0.32% | - |
| HSV(B) | 348º | 0.74% | 0.5% | - |
| XYZ | 10.07 | 5.92 | 3.86 | - |
| YUV | 63.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 52 | 0 | 0.74 | 0.59 | 0.50 | 348 | 0.59 | 0.32 |
| Hex | 80 | 21 | 34 | 0 | 4A | 3B | 32 | 15C | 3B | 20 |
| Octal | 200 | 41 | 64 | 0 | 112 | 73 | 62 | 534 | 73 | 40 |
| Binary | 10000000 | 100001 | 110100 | 0 | 1001010 | 111011 | 110010 | 101011100 | 111011 | 100000 |
Color Harmonies of #802134
Complementary color
Monochromatic Colors of #802134
Black with #802134
Text Example
Text Example
White with #802134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802134; }
p { color: rgb(128,33,52); }
H1.HeaderClassName
{
color: #802134;
}
.AnyTagClassName
{
color: #802134;
}
</style>
background-color css
<style>
a { background-color: #802134; }
a { background-color: rgb(128,33,52); }
div.DivClassName
{
background-color: #802134;
}
.BgClassName
{
background-color: #802134;
}
</style>
border-color css
<style>
span { border-color: #802134; }
span { border-color: rgb(128,33,52); }
td.TdClassName
{
border-color: #802134;
}
.TagClassName
{
border-color: #802134;
}
</style>