Shades of Scarlett #7D192B
Tints of Scarlett #7D192B
RGB
CMYK
RGB Variations
Color information
#7D192B (or 0x7D192B) is known color: Scarlett. HEX triplet: 7D, 19 and 2B. RGB value is (125,25,43). Sum of RGB (Red+Green+Blue) = 125+25+43=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D192B is #82E6D4. Grayscale: #383838. Windows color (decimal): -8578773 or 2824573. OLE color: 2824573.
HSL color Cylindrical-coordinate representation of color #7D192B: hue angle of 349.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D192B is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 43 | - |
| CMYK | 0 | 0.8 | 0.66 | 0.51 |
| HSL | 349.2º | 0.67% | 0.29% | - |
| HSV(B) | 349.2º | 0.8% | 0.49% | - |
| XYZ | 9.24 | 5.23 | 2.81 | - |
| YUV | 56.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 43 | 0 | 0.8 | 0.66 | 0.51 | 349.2 | 0.67 | 0.29 |
| Hex | 7D | 19 | 2B | 0 | 50 | 42 | 33 | 15D | 43 | 1D |
| Octal | 175 | 31 | 53 | 0 | 120 | 102 | 63 | 535 | 103 | 35 |
| Binary | 1111101 | 11001 | 101011 | 0 | 1010000 | 1000010 | 110011 | 101011101 | 1000011 | 11101 |
Color Harmonies of #7D192B
Complementary color
Monochromatic Colors of #7D192B
Black with #7D192B
Text Example
Text Example
White with #7D192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D192B; }
p { color: rgb(125,25,43); }
H1.HeaderClassName
{
color: #7D192B;
}
.AnyTagClassName
{
color: #7D192B;
}
</style>
background-color css
<style>
a { background-color: #7D192B; }
a { background-color: rgb(125,25,43); }
div.DivClassName
{
background-color: #7D192B;
}
.BgClassName
{
background-color: #7D192B;
}
</style>
border-color css
<style>
span { border-color: #7D192B; }
span { border-color: rgb(125,25,43); }
td.TdClassName
{
border-color: #7D192B;
}
.TagClassName
{
border-color: #7D192B;
}
</style>