Shades of Scarlett #801435
Tints of Scarlett #801435
RGB
CMYK
RGB Variations
Color information
#801435 (or 0x801435) is known color: Scarlett. HEX triplet: 80, 14 and 35. RGB value is (128,20,53). Sum of RGB (Red+Green+Blue) = 128+20+53=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801435 is #7FEBCA. Grayscale: #383838. Windows color (decimal): -8383435 or 3478656. OLE color: 3478656.
HSL color Cylindrical-coordinate representation of color #801435: hue angle of 341.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801435 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 53 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.50 |
| HSL | 341.67º | 0.73% | 0.29% | - |
| HSV(B) | 341.67º | 0.84% | 0.5% | - |
| XYZ | 9.79 | 5.35 | 3.88 | - |
| YUV | 56.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 53 | 0 | 0.84 | 0.59 | 0.50 | 341.67 | 0.73 | 0.29 |
| Hex | 80 | 14 | 35 | 0 | 54 | 3B | 32 | 156 | 49 | 1D |
| Octal | 200 | 24 | 65 | 0 | 124 | 73 | 62 | 526 | 111 | 35 |
| Binary | 10000000 | 10100 | 110101 | 0 | 1010100 | 111011 | 110010 | 101010110 | 1001001 | 11101 |
Color Harmonies of #801435
Complementary color
Monochromatic Colors of #801435
Black with #801435
Text Example
Text Example
White with #801435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801435; }
p { color: rgb(128,20,53); }
H1.HeaderClassName
{
color: #801435;
}
.AnyTagClassName
{
color: #801435;
}
</style>
background-color css
<style>
a { background-color: #801435; }
a { background-color: rgb(128,20,53); }
div.DivClassName
{
background-color: #801435;
}
.BgClassName
{
background-color: #801435;
}
</style>
border-color css
<style>
span { border-color: #801435; }
span { border-color: rgb(128,20,53); }
td.TdClassName
{
border-color: #801435;
}
.TagClassName
{
border-color: #801435;
}
</style>