Shades of Scarlett #801732
Tints of Scarlett #801732
RGB
CMYK
RGB Variations
Color information
#801732 (or 0x801732) is known color: Scarlett. HEX triplet: 80, 17 and 32. RGB value is (128,23,50). Sum of RGB (Red+Green+Blue) = 128+23+50=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801732 is #7FE8CD. Grayscale: #393939. Windows color (decimal): -8382670 or 3282816. OLE color: 3282816.
HSL color Cylindrical-coordinate representation of color #801732: hue angle of 344.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801732 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 50 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.50 |
| HSL | 344.57º | 0.7% | 0.3% | - |
| HSV(B) | 344.57º | 0.82% | 0.5% | - |
| XYZ | 9.78 | 5.43 | 3.55 | - |
| YUV | 57.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 50 | 0 | 0.82 | 0.61 | 0.50 | 344.57 | 0.7 | 0.3 |
| Hex | 80 | 17 | 32 | 0 | 52 | 3D | 32 | 159 | 46 | 1E |
| Octal | 200 | 27 | 62 | 0 | 122 | 75 | 62 | 531 | 106 | 36 |
| Binary | 10000000 | 10111 | 110010 | 0 | 1010010 | 111101 | 110010 | 101011001 | 1000110 | 11110 |
Color Harmonies of #801732
Complementary color
Monochromatic Colors of #801732
Black with #801732
Text Example
Text Example
White with #801732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801732; }
p { color: rgb(128,23,50); }
H1.HeaderClassName
{
color: #801732;
}
.AnyTagClassName
{
color: #801732;
}
</style>
background-color css
<style>
a { background-color: #801732; }
a { background-color: rgb(128,23,50); }
div.DivClassName
{
background-color: #801732;
}
.BgClassName
{
background-color: #801732;
}
</style>
border-color css
<style>
span { border-color: #801732; }
span { border-color: rgb(128,23,50); }
td.TdClassName
{
border-color: #801732;
}
.TagClassName
{
border-color: #801732;
}
</style>