Shades of Scarlett #7F172A
Tints of Scarlett #7F172A
RGB
CMYK
RGB Variations
Color information
#7F172A (or 0x7F172A) is known color: Scarlett. HEX triplet: 7F, 17 and 2A. RGB value is (127,23,42). Sum of RGB (Red+Green+Blue) = 127+23+42=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172A is #80E8D5. Grayscale: #383838. Windows color (decimal): -8448214 or 2758527. OLE color: 2758527.
HSL color Cylindrical-coordinate representation of color #7F172A: hue angle of 349.04º 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 #7F172A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 42 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.50 |
| HSL | 349.04º | 0.69% | 0.29% | - |
| HSV(B) | 349.04º | 0.82% | 0.5% | - |
| XYZ | 9.48 | 5.29 | 2.71 | - |
| YUV | 56.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 42 | 0 | 0.82 | 0.67 | 0.50 | 349.04 | 0.69 | 0.29 |
| Hex | 7F | 17 | 2A | 0 | 52 | 43 | 32 | 15D | 45 | 1D |
| Octal | 177 | 27 | 52 | 0 | 122 | 103 | 62 | 535 | 105 | 35 |
| Binary | 1111111 | 10111 | 101010 | 0 | 1010010 | 1000011 | 110010 | 101011101 | 1000101 | 11101 |
Color Harmonies of #7F172A
Complementary color
Monochromatic Colors of #7F172A
Black with #7F172A
Text Example
Text Example
White with #7F172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F172A; }
p { color: rgb(127,23,42); }
H1.HeaderClassName
{
color: #7F172A;
}
.AnyTagClassName
{
color: #7F172A;
}
</style>
background-color css
<style>
a { background-color: #7F172A; }
a { background-color: rgb(127,23,42); }
div.DivClassName
{
background-color: #7F172A;
}
.BgClassName
{
background-color: #7F172A;
}
</style>
border-color css
<style>
span { border-color: #7F172A; }
span { border-color: rgb(127,23,42); }
td.TdClassName
{
border-color: #7F172A;
}
.TagClassName
{
border-color: #7F172A;
}
</style>