Shades of Scarlett #802233
Tints of Scarlett #802233
RGB
CMYK
RGB Variations
Color information
#802233 (or 0x802233) is known color: Scarlett. HEX triplet: 80, 22 and 33. RGB value is (128,34,51). Sum of RGB (Red+Green+Blue) = 128+34+51=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #802233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802233 is #7FDDCC. Grayscale: #404040. Windows color (decimal): -8379853 or 3351168. OLE color: 3351168.
HSL color Cylindrical-coordinate representation of color #802233: hue angle of 349.15º 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 #802233 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 51 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.50 |
| HSL | 349.15º | 0.58% | 0.32% | - |
| HSV(B) | 349.15º | 0.73% | 0.5% | - |
| XYZ | 10.07 | 5.97 | 3.75 | - |
| YUV | 64.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 51 | 0 | 0.73 | 0.60 | 0.50 | 349.15 | 0.58 | 0.32 |
| Hex | 80 | 22 | 33 | 0 | 49 | 3C | 32 | 15D | 3A | 20 |
| Octal | 200 | 42 | 63 | 0 | 111 | 74 | 62 | 535 | 72 | 40 |
| Binary | 10000000 | 100010 | 110011 | 0 | 1001001 | 111100 | 110010 | 101011101 | 111010 | 100000 |
Color Harmonies of #802233
Complementary color
Monochromatic Colors of #802233
Black with #802233
Text Example
Text Example
White with #802233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802233; }
p { color: rgb(128,34,51); }
H1.HeaderClassName
{
color: #802233;
}
.AnyTagClassName
{
color: #802233;
}
</style>
background-color css
<style>
a { background-color: #802233; }
a { background-color: rgb(128,34,51); }
div.DivClassName
{
background-color: #802233;
}
.BgClassName
{
background-color: #802233;
}
</style>
border-color css
<style>
span { border-color: #802233; }
span { border-color: rgb(128,34,51); }
td.TdClassName
{
border-color: #802233;
}
.TagClassName
{
border-color: #802233;
}
</style>