Shades of Scarlett #802235
Tints of Scarlett #802235
RGB
CMYK
RGB Variations
Color information
#802235 (or 0x802235) is known color: Scarlett. HEX triplet: 80, 22 and 35. RGB value is (128,34,53). Sum of RGB (Red+Green+Blue) = 128+34+53=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #802235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802235 is #7FDDCA. Grayscale: #404040. Windows color (decimal): -8379851 or 3482240. OLE color: 3482240.
HSL color Cylindrical-coordinate representation of color #802235: hue angle of 347.87º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802235 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 53 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.50 |
| HSL | 347.87º | 0.58% | 0.32% | - |
| HSV(B) | 347.87º | 0.73% | 0.5% | - |
| XYZ | 10.12 | 5.99 | 3.99 | - |
| YUV | 64.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 53 | 0 | 0.73 | 0.59 | 0.50 | 347.87 | 0.58 | 0.32 |
| Hex | 80 | 22 | 35 | 0 | 49 | 3B | 32 | 15C | 3A | 20 |
| Octal | 200 | 42 | 65 | 0 | 111 | 73 | 62 | 534 | 72 | 40 |
| Binary | 10000000 | 100010 | 110101 | 0 | 1001001 | 111011 | 110010 | 101011100 | 111010 | 100000 |
Color Harmonies of #802235
Complementary color
Monochromatic Colors of #802235
Black with #802235
Text Example
Text Example
White with #802235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802235; }
p { color: rgb(128,34,53); }
H1.HeaderClassName
{
color: #802235;
}
.AnyTagClassName
{
color: #802235;
}
</style>
background-color css
<style>
a { background-color: #802235; }
a { background-color: rgb(128,34,53); }
div.DivClassName
{
background-color: #802235;
}
.BgClassName
{
background-color: #802235;
}
</style>
border-color css
<style>
span { border-color: #802235; }
span { border-color: rgb(128,34,53); }
td.TdClassName
{
border-color: #802235;
}
.TagClassName
{
border-color: #802235;
}
</style>