Shades of Scarlett #7F172C
Tints of Scarlett #7F172C
RGB
CMYK
RGB Variations
Color information
#7F172C (or 0x7F172C) is known color: Scarlett. HEX triplet: 7F, 17 and 2C. RGB value is (127,23,44). Sum of RGB (Red+Green+Blue) = 127+23+44=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172C is #80E8D3. Grayscale: #383838. Windows color (decimal): -8448212 or 2889599. OLE color: 2889599.
HSL color Cylindrical-coordinate representation of color #7F172C: hue angle of 347.88º 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 #7F172C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 44 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.50 |
| HSL | 347.88º | 0.69% | 0.29% | - |
| HSV(B) | 347.88º | 0.82% | 0.5% | - |
| XYZ | 9.51 | 5.31 | 2.91 | - |
| YUV | 56.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 44 | 0 | 0.82 | 0.65 | 0.50 | 347.88 | 0.69 | 0.29 |
| Hex | 7F | 17 | 2C | 0 | 52 | 41 | 32 | 15C | 45 | 1D |
| Octal | 177 | 27 | 54 | 0 | 122 | 101 | 62 | 534 | 105 | 35 |
| Binary | 1111111 | 10111 | 101100 | 0 | 1010010 | 1000001 | 110010 | 101011100 | 1000101 | 11101 |
Color Harmonies of #7F172C
Complementary color
Monochromatic Colors of #7F172C
Black with #7F172C
Text Example
Text Example
White with #7F172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F172C; }
p { color: rgb(127,23,44); }
H1.HeaderClassName
{
color: #7F172C;
}
.AnyTagClassName
{
color: #7F172C;
}
</style>
background-color css
<style>
a { background-color: #7F172C; }
a { background-color: rgb(127,23,44); }
div.DivClassName
{
background-color: #7F172C;
}
.BgClassName
{
background-color: #7F172C;
}
</style>
border-color css
<style>
span { border-color: #7F172C; }
span { border-color: rgb(127,23,44); }
td.TdClassName
{
border-color: #7F172C;
}
.TagClassName
{
border-color: #7F172C;
}
</style>