Shades of Scarlett #802430
Tints of Scarlett #802430
RGB
CMYK
RGB Variations
Color information
#802430 (or 0x802430) is known color: Scarlett. HEX triplet: 80, 24 and 30. RGB value is (128,36,48). Sum of RGB (Red+Green+Blue) = 128+36+48=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #802430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802430 is #7FDBCF. Grayscale: #404040. Windows color (decimal): -8379344 or 3155072. OLE color: 3155072.
HSL color Cylindrical-coordinate representation of color #802430: hue angle of 352.17º 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 #802430 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 48 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.50 |
| HSL | 352.17º | 0.56% | 0.32% | - |
| HSV(B) | 352.17º | 0.72% | 0.5% | - |
| XYZ | 10.07 | 6.06 | 3.44 | - |
| YUV | 64.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 48 | 0 | 0.72 | 0.62 | 0.50 | 352.17 | 0.56 | 0.32 |
| Hex | 80 | 24 | 30 | 0 | 48 | 3E | 32 | 160 | 38 | 20 |
| Octal | 200 | 44 | 60 | 0 | 110 | 76 | 62 | 540 | 70 | 40 |
| Binary | 10000000 | 100100 | 110000 | 0 | 1001000 | 111110 | 110010 | 101100000 | 111000 | 100000 |
Color Harmonies of #802430
Complementary color
Monochromatic Colors of #802430
Black with #802430
Text Example
Text Example
White with #802430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802430; }
p { color: rgb(128,36,48); }
H1.HeaderClassName
{
color: #802430;
}
.AnyTagClassName
{
color: #802430;
}
</style>
background-color css
<style>
a { background-color: #802430; }
a { background-color: rgb(128,36,48); }
div.DivClassName
{
background-color: #802430;
}
.BgClassName
{
background-color: #802430;
}
</style>
border-color css
<style>
span { border-color: #802430; }
span { border-color: rgb(128,36,48); }
td.TdClassName
{
border-color: #802430;
}
.TagClassName
{
border-color: #802430;
}
</style>