Shades of Scarlett #801234
Tints of Scarlett #801234
RGB
CMYK
RGB Variations
Color information
#801234 (or 0x801234) is known color: Scarlett. HEX triplet: 80, 12 and 34. RGB value is (128,18,52). Sum of RGB (Red+Green+Blue) = 128+18+52=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #801234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801234 is #7FEDCB. Grayscale: #363636. Windows color (decimal): -8383948 or 3412608. OLE color: 3412608.
HSL color Cylindrical-coordinate representation of color #801234: hue angle of 341.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801234 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 52 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.50 |
| HSL | 341.45º | 0.75% | 0.29% | - |
| HSV(B) | 341.45º | 0.86% | 0.5% | - |
| XYZ | 9.74 | 5.27 | 3.75 | - |
| YUV | 54.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 52 | 0 | 0.86 | 0.59 | 0.50 | 341.45 | 0.75 | 0.29 |
| Hex | 80 | 12 | 34 | 0 | 56 | 3B | 32 | 155 | 4B | 1D |
| Octal | 200 | 22 | 64 | 0 | 126 | 73 | 62 | 525 | 113 | 35 |
| Binary | 10000000 | 10010 | 110100 | 0 | 1010110 | 111011 | 110010 | 101010101 | 1001011 | 11101 |
Color Harmonies of #801234
Complementary color
Monochromatic Colors of #801234
Black with #801234
Text Example
Text Example
White with #801234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801234; }
p { color: rgb(128,18,52); }
H1.HeaderClassName
{
color: #801234;
}
.AnyTagClassName
{
color: #801234;
}
</style>
background-color css
<style>
a { background-color: #801234; }
a { background-color: rgb(128,18,52); }
div.DivClassName
{
background-color: #801234;
}
.BgClassName
{
background-color: #801234;
}
</style>
border-color css
<style>
span { border-color: #801234; }
span { border-color: rgb(128,18,52); }
td.TdClassName
{
border-color: #801234;
}
.TagClassName
{
border-color: #801234;
}
</style>