Shades of Scarlett #7F172F
Tints of Scarlett #7F172F
RGB
CMYK
RGB Variations
Color information
#7F172F (or 0x7F172F) is known color: Scarlett. HEX triplet: 7F, 17 and 2F. RGB value is (127,23,47). Sum of RGB (Red+Green+Blue) = 127+23+47=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172F is #80E8D0. Grayscale: #383838. Windows color (decimal): -8448209 or 3086207. OLE color: 3086207.
HSL color Cylindrical-coordinate representation of color #7F172F: hue angle of 346.15º 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 #7F172F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 47 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.50 |
| HSL | 346.15º | 0.69% | 0.29% | - |
| HSV(B) | 346.15º | 0.82% | 0.5% | - |
| XYZ | 9.57 | 5.33 | 3.21 | - |
| YUV | 56.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 47 | 0 | 0.82 | 0.63 | 0.50 | 346.15 | 0.69 | 0.29 |
| Hex | 7F | 17 | 2F | 0 | 52 | 3F | 32 | 15A | 45 | 1D |
| Octal | 177 | 27 | 57 | 0 | 122 | 77 | 62 | 532 | 105 | 35 |
| Binary | 1111111 | 10111 | 101111 | 0 | 1010010 | 111111 | 110010 | 101011010 | 1000101 | 11101 |
Color Harmonies of #7F172F
Complementary color
Monochromatic Colors of #7F172F
Black with #7F172F
Text Example
Text Example
White with #7F172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F172F; }
p { color: rgb(127,23,47); }
H1.HeaderClassName
{
color: #7F172F;
}
.AnyTagClassName
{
color: #7F172F;
}
</style>
background-color css
<style>
a { background-color: #7F172F; }
a { background-color: rgb(127,23,47); }
div.DivClassName
{
background-color: #7F172F;
}
.BgClassName
{
background-color: #7F172F;
}
</style>
border-color css
<style>
span { border-color: #7F172F; }
span { border-color: rgb(127,23,47); }
td.TdClassName
{
border-color: #7F172F;
}
.TagClassName
{
border-color: #7F172F;
}
</style>