Shades of Scarlett #802130
Tints of Scarlett #802130
RGB
CMYK
RGB Variations
Color information
#802130 (or 0x802130) is known color: Scarlett. HEX triplet: 80, 21 and 30. RGB value is (128,33,48). Sum of RGB (Red+Green+Blue) = 128+33+48=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802130 is #7FDECF. Grayscale: #3F3F3F. Windows color (decimal): -8380112 or 3154304. OLE color: 3154304.
HSL color Cylindrical-coordinate representation of color #802130: hue angle of 350.53º 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 #802130 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 48 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.50 |
| HSL | 350.53º | 0.59% | 0.32% | - |
| HSV(B) | 350.53º | 0.74% | 0.5% | - |
| XYZ | 9.98 | 5.89 | 3.41 | - |
| YUV | 63.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 48 | 0 | 0.74 | 0.62 | 0.50 | 350.53 | 0.59 | 0.32 |
| Hex | 80 | 21 | 30 | 0 | 4A | 3E | 32 | 15F | 3B | 20 |
| Octal | 200 | 41 | 60 | 0 | 112 | 76 | 62 | 537 | 73 | 40 |
| Binary | 10000000 | 100001 | 110000 | 0 | 1001010 | 111110 | 110010 | 101011111 | 111011 | 100000 |
Color Harmonies of #802130
Complementary color
Monochromatic Colors of #802130
Black with #802130
Text Example
Text Example
White with #802130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802130; }
p { color: rgb(128,33,48); }
H1.HeaderClassName
{
color: #802130;
}
.AnyTagClassName
{
color: #802130;
}
</style>
background-color css
<style>
a { background-color: #802130; }
a { background-color: rgb(128,33,48); }
div.DivClassName
{
background-color: #802130;
}
.BgClassName
{
background-color: #802130;
}
</style>
border-color css
<style>
span { border-color: #802130; }
span { border-color: rgb(128,33,48); }
td.TdClassName
{
border-color: #802130;
}
.TagClassName
{
border-color: #802130;
}
</style>