Shades of Scarlett #7E1732
Tints of Scarlett #7E1732
RGB
CMYK
RGB Variations
Color information
#7E1732 (or 0x7E1732) is known color: Scarlett. HEX triplet: 7E, 17 and 32. RGB value is (126,23,50). Sum of RGB (Red+Green+Blue) = 126+23+50=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1732 is #81E8CD. Grayscale: #383838. Windows color (decimal): -8513742 or 3282814. OLE color: 3282814.
HSL color Cylindrical-coordinate representation of color #7E1732: hue angle of 344.27º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1732 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 50 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.51 |
| HSL | 344.27º | 0.69% | 0.29% | - |
| HSV(B) | 344.27º | 0.82% | 0.49% | - |
| XYZ | 9.49 | 5.28 | 3.54 | - |
| YUV | 56.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 50 | 0 | 0.82 | 0.60 | 0.51 | 344.27 | 0.69 | 0.29 |
| Hex | 7E | 17 | 32 | 0 | 52 | 3C | 33 | 158 | 45 | 1D |
| Octal | 176 | 27 | 62 | 0 | 122 | 74 | 63 | 530 | 105 | 35 |
| Binary | 1111110 | 10111 | 110010 | 0 | 1010010 | 111100 | 110011 | 101011000 | 1000101 | 11101 |
Color Harmonies of #7E1732
Complementary color
Monochromatic Colors of #7E1732
Black with #7E1732
Text Example
Text Example
White with #7E1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1732; }
p { color: rgb(126,23,50); }
H1.HeaderClassName
{
color: #7E1732;
}
.AnyTagClassName
{
color: #7E1732;
}
</style>
background-color css
<style>
a { background-color: #7E1732; }
a { background-color: rgb(126,23,50); }
div.DivClassName
{
background-color: #7E1732;
}
.BgClassName
{
background-color: #7E1732;
}
</style>
border-color css
<style>
span { border-color: #7E1732; }
span { border-color: rgb(126,23,50); }
td.TdClassName
{
border-color: #7E1732;
}
.TagClassName
{
border-color: #7E1732;
}
</style>