Shades of Scarlett #7C172D
Tints of Scarlett #7C172D
RGB
CMYK
RGB Variations
Color information
#7C172D (or 0x7C172D) is known color: Scarlett. HEX triplet: 7C, 17 and 2D. RGB value is (124,23,45). Sum of RGB (Red+Green+Blue) = 124+23+45=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C172D is #83E8D2. Grayscale: #373737. Windows color (decimal): -8644819 or 2955132. OLE color: 2955132.
HSL color Cylindrical-coordinate representation of color #7C172D: hue angle of 346.93º 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 #7C172D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 45 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.51 |
| HSL | 346.93º | 0.69% | 0.29% | - |
| HSV(B) | 346.93º | 0.81% | 0.49% | - |
| XYZ | 9.09 | 5.09 | 2.99 | - |
| YUV | 55.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 45 | 0 | 0.81 | 0.64 | 0.51 | 346.93 | 0.69 | 0.29 |
| Hex | 7C | 17 | 2D | 0 | 51 | 40 | 33 | 15B | 45 | 1D |
| Octal | 174 | 27 | 55 | 0 | 121 | 100 | 63 | 533 | 105 | 35 |
| Binary | 1111100 | 10111 | 101101 | 0 | 1010001 | 1000000 | 110011 | 101011011 | 1000101 | 11101 |
Color Harmonies of #7C172D
Complementary color
Monochromatic Colors of #7C172D
Black with #7C172D
Text Example
Text Example
White with #7C172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C172D; }
p { color: rgb(124,23,45); }
H1.HeaderClassName
{
color: #7C172D;
}
.AnyTagClassName
{
color: #7C172D;
}
</style>
background-color css
<style>
a { background-color: #7C172D; }
a { background-color: rgb(124,23,45); }
div.DivClassName
{
background-color: #7C172D;
}
.BgClassName
{
background-color: #7C172D;
}
</style>
border-color css
<style>
span { border-color: #7C172D; }
span { border-color: rgb(124,23,45); }
td.TdClassName
{
border-color: #7C172D;
}
.TagClassName
{
border-color: #7C172D;
}
</style>