Shades of Scarlett #7C172E
Tints of Scarlett #7C172E
RGB
CMYK
RGB Variations
Color information
#7C172E (or 0x7C172E) is known color: Scarlett. HEX triplet: 7C, 17 and 2E. RGB value is (124,23,46). Sum of RGB (Red+Green+Blue) = 124+23+46=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C172E is #83E8D1. Grayscale: #373737. Windows color (decimal): -8644818 or 3020668. OLE color: 3020668.
HSL color Cylindrical-coordinate representation of color #7C172E: hue angle of 346.34º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C172E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 46 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.51 |
| HSL | 346.34º | 0.69% | 0.29% | - |
| HSV(B) | 346.34º | 0.81% | 0.49% | - |
| XYZ | 9.11 | 5.1 | 3.09 | - |
| YUV | 55.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 46 | 0 | 0.81 | 0.63 | 0.51 | 346.34 | 0.69 | 0.29 |
| Hex | 7C | 17 | 2E | 0 | 51 | 3F | 33 | 15A | 45 | 1D |
| Octal | 174 | 27 | 56 | 0 | 121 | 77 | 63 | 532 | 105 | 35 |
| Binary | 1111100 | 10111 | 101110 | 0 | 1010001 | 111111 | 110011 | 101011010 | 1000101 | 11101 |
Color Harmonies of #7C172E
Complementary color
Monochromatic Colors of #7C172E
Black with #7C172E
Text Example
Text Example
White with #7C172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C172E; }
p { color: rgb(124,23,46); }
H1.HeaderClassName
{
color: #7C172E;
}
.AnyTagClassName
{
color: #7C172E;
}
</style>
background-color css
<style>
a { background-color: #7C172E; }
a { background-color: rgb(124,23,46); }
div.DivClassName
{
background-color: #7C172E;
}
.BgClassName
{
background-color: #7C172E;
}
</style>
border-color css
<style>
span { border-color: #7C172E; }
span { border-color: rgb(124,23,46); }
td.TdClassName
{
border-color: #7C172E;
}
.TagClassName
{
border-color: #7C172E;
}
</style>