Shades of Scarlett #802433
Tints of Scarlett #802433
RGB
CMYK
RGB Variations
Color information
#802433 (or 0x802433) is known color: Scarlett. HEX triplet: 80, 24 and 33. RGB value is (128,36,51). Sum of RGB (Red+Green+Blue) = 128+36+51=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #802433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802433 is #7FDBCC. Grayscale: #414141. Windows color (decimal): -8379341 or 3351680. OLE color: 3351680.
HSL color Cylindrical-coordinate representation of color #802433: hue angle of 350.22º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802433 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 51 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.50 |
| HSL | 350.22º | 0.56% | 0.32% | - |
| HSV(B) | 350.22º | 0.72% | 0.5% | - |
| XYZ | 10.13 | 6.09 | 3.77 | - |
| YUV | 65.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 51 | 0 | 0.72 | 0.60 | 0.50 | 350.22 | 0.56 | 0.32 |
| Hex | 80 | 24 | 33 | 0 | 48 | 3C | 32 | 15E | 38 | 20 |
| Octal | 200 | 44 | 63 | 0 | 110 | 74 | 62 | 536 | 70 | 40 |
| Binary | 10000000 | 100100 | 110011 | 0 | 1001000 | 111100 | 110010 | 101011110 | 111000 | 100000 |
Color Harmonies of #802433
Complementary color
Monochromatic Colors of #802433
Black with #802433
Text Example
Text Example
White with #802433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802433; }
p { color: rgb(128,36,51); }
H1.HeaderClassName
{
color: #802433;
}
.AnyTagClassName
{
color: #802433;
}
</style>
background-color css
<style>
a { background-color: #802433; }
a { background-color: rgb(128,36,51); }
div.DivClassName
{
background-color: #802433;
}
.BgClassName
{
background-color: #802433;
}
</style>
border-color css
<style>
span { border-color: #802433; }
span { border-color: rgb(128,36,51); }
td.TdClassName
{
border-color: #802433;
}
.TagClassName
{
border-color: #802433;
}
</style>