Shades of Scarlett #7F1632
Tints of Scarlett #7F1632
RGB
CMYK
RGB Variations
Color information
#7F1632 (or 0x7F1632) is known color: Scarlett. HEX triplet: 7F, 16 and 32. RGB value is (127,22,50). Sum of RGB (Red+Green+Blue) = 127+22+50=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1632 is #80E9CD. Grayscale: #383838. Windows color (decimal): -8448462 or 3282559. OLE color: 3282559.
HSL color Cylindrical-coordinate representation of color #7F1632: hue angle of 344º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1632 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 50 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.50 |
| HSL | 344º | 0.7% | 0.29% | - |
| HSV(B) | 344º | 0.83% | 0.5% | - |
| XYZ | 9.62 | 5.32 | 3.54 | - |
| YUV | 56.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 50 | 0 | 0.83 | 0.61 | 0.50 | 344 | 0.7 | 0.29 |
| Hex | 7F | 16 | 32 | 0 | 53 | 3D | 32 | 158 | 46 | 1D |
| Octal | 177 | 26 | 62 | 0 | 123 | 75 | 62 | 530 | 106 | 35 |
| Binary | 1111111 | 10110 | 110010 | 0 | 1010011 | 111101 | 110010 | 101011000 | 1000110 | 11101 |
Color Harmonies of #7F1632
Complementary color
Monochromatic Colors of #7F1632
Black with #7F1632
Text Example
Text Example
White with #7F1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1632; }
p { color: rgb(127,22,50); }
H1.HeaderClassName
{
color: #7F1632;
}
.AnyTagClassName
{
color: #7F1632;
}
</style>
background-color css
<style>
a { background-color: #7F1632; }
a { background-color: rgb(127,22,50); }
div.DivClassName
{
background-color: #7F1632;
}
.BgClassName
{
background-color: #7F1632;
}
</style>
border-color css
<style>
span { border-color: #7F1632; }
span { border-color: rgb(127,22,50); }
td.TdClassName
{
border-color: #7F1632;
}
.TagClassName
{
border-color: #7F1632;
}
</style>