Shades of Scarlett #7D172A
Tints of Scarlett #7D172A
RGB
CMYK
RGB Variations
Color information
#7D172A (or 0x7D172A) is known color: Scarlett. HEX triplet: 7D, 17 and 2A. RGB value is (125,23,42). Sum of RGB (Red+Green+Blue) = 125+23+42=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D172A is #82E8D5. Grayscale: #373737. Windows color (decimal): -8579286 or 2758525. OLE color: 2758525.
HSL color Cylindrical-coordinate representation of color #7D172A: hue angle of 348.82º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D172A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 42 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.51 |
| HSL | 348.82º | 0.69% | 0.29% | - |
| HSV(B) | 348.82º | 0.82% | 0.49% | - |
| XYZ | 9.18 | 5.14 | 2.7 | - |
| YUV | 55.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 42 | 0 | 0.82 | 0.66 | 0.51 | 348.82 | 0.69 | 0.29 |
| Hex | 7D | 17 | 2A | 0 | 52 | 42 | 33 | 15D | 45 | 1D |
| Octal | 175 | 27 | 52 | 0 | 122 | 102 | 63 | 535 | 105 | 35 |
| Binary | 1111101 | 10111 | 101010 | 0 | 1010010 | 1000010 | 110011 | 101011101 | 1000101 | 11101 |
Color Harmonies of #7D172A
Complementary color
Monochromatic Colors of #7D172A
Black with #7D172A
Text Example
Text Example
White with #7D172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D172A; }
p { color: rgb(125,23,42); }
H1.HeaderClassName
{
color: #7D172A;
}
.AnyTagClassName
{
color: #7D172A;
}
</style>
background-color css
<style>
a { background-color: #7D172A; }
a { background-color: rgb(125,23,42); }
div.DivClassName
{
background-color: #7D172A;
}
.BgClassName
{
background-color: #7D172A;
}
</style>
border-color css
<style>
span { border-color: #7D172A; }
span { border-color: rgb(125,23,42); }
td.TdClassName
{
border-color: #7D172A;
}
.TagClassName
{
border-color: #7D172A;
}
</style>