Shades of Scarlett #802632
Tints of Scarlett #802632
RGB
CMYK
RGB Variations
Color information
#802632 (or 0x802632) is known color: Scarlett. HEX triplet: 80, 26 and 32. RGB value is (128,38,50). Sum of RGB (Red+Green+Blue) = 128+38+50=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802632 is #7FD9CD. Grayscale: #424242. Windows color (decimal): -8378830 or 3286656. OLE color: 3286656.
HSL color Cylindrical-coordinate representation of color #802632: hue angle of 352º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802632 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 50 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.50 |
| HSL | 352º | 0.54% | 0.33% | - |
| HSV(B) | 352º | 0.7% | 0.5% | - |
| XYZ | 10.17 | 6.21 | 3.68 | - |
| YUV | 66.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 50 | 0 | 0.70 | 0.61 | 0.50 | 352 | 0.54 | 0.33 |
| Hex | 80 | 26 | 32 | 0 | 46 | 3D | 32 | 160 | 36 | 21 |
| Octal | 200 | 46 | 62 | 0 | 106 | 75 | 62 | 540 | 66 | 41 |
| Binary | 10000000 | 100110 | 110010 | 0 | 1000110 | 111101 | 110010 | 101100000 | 110110 | 100001 |
Color Harmonies of #802632
Complementary color
Monochromatic Colors of #802632
Black with #802632
Text Example
Text Example
White with #802632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802632; }
p { color: rgb(128,38,50); }
H1.HeaderClassName
{
color: #802632;
}
.AnyTagClassName
{
color: #802632;
}
</style>
background-color css
<style>
a { background-color: #802632; }
a { background-color: rgb(128,38,50); }
div.DivClassName
{
background-color: #802632;
}
.BgClassName
{
background-color: #802632;
}
</style>
border-color css
<style>
span { border-color: #802632; }
span { border-color: rgb(128,38,50); }
td.TdClassName
{
border-color: #802632;
}
.TagClassName
{
border-color: #802632;
}
</style>