Shades of Scarlett #7F1732
Tints of Scarlett #7F1732
RGB
CMYK
RGB Variations
Color information
#7F1732 (or 0x7F1732) is known color: Scarlett. HEX triplet: 7F, 17 and 32. RGB value is (127,23,50). Sum of RGB (Red+Green+Blue) = 127+23+50=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1732 is #80E8CD. Grayscale: #393939. Windows color (decimal): -8448206 or 3282815. OLE color: 3282815.
HSL color Cylindrical-coordinate representation of color #7F1732: hue angle of 344.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1732 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 50 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.50 |
| HSL | 344.42º | 0.69% | 0.29% | - |
| HSV(B) | 344.42º | 0.82% | 0.5% | - |
| XYZ | 9.63 | 5.36 | 3.54 | - |
| YUV | 57.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 50 | 0 | 0.82 | 0.61 | 0.50 | 344.42 | 0.69 | 0.29 |
| Hex | 7F | 17 | 32 | 0 | 52 | 3D | 32 | 158 | 45 | 1D |
| Octal | 177 | 27 | 62 | 0 | 122 | 75 | 62 | 530 | 105 | 35 |
| Binary | 1111111 | 10111 | 110010 | 0 | 1010010 | 111101 | 110010 | 101011000 | 1000101 | 11101 |
Color Harmonies of #7F1732
Complementary color
Monochromatic Colors of #7F1732
Black with #7F1732
Text Example
Text Example
White with #7F1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1732; }
p { color: rgb(127,23,50); }
H1.HeaderClassName
{
color: #7F1732;
}
.AnyTagClassName
{
color: #7F1732;
}
</style>
background-color css
<style>
a { background-color: #7F1732; }
a { background-color: rgb(127,23,50); }
div.DivClassName
{
background-color: #7F1732;
}
.BgClassName
{
background-color: #7F1732;
}
</style>
border-color css
<style>
span { border-color: #7F1732; }
span { border-color: rgb(127,23,50); }
td.TdClassName
{
border-color: #7F1732;
}
.TagClassName
{
border-color: #7F1732;
}
</style>