Shades of Scarlett #7A192D
Tints of Scarlett #7A192D
RGB
CMYK
RGB Variations
Color information
#7A192D (or 0x7A192D) is known color: Scarlett. HEX triplet: 7A, 19 and 2D. RGB value is (122,25,45). Sum of RGB (Red+Green+Blue) = 122+25+45=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A192D is #85E6D2. Grayscale: #383838. Windows color (decimal): -8775379 or 2955642. OLE color: 2955642.
HSL color Cylindrical-coordinate representation of color #7A192D: hue angle of 347.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A192D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 45 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.52 |
| HSL | 347.63º | 0.66% | 0.29% | - |
| HSV(B) | 347.63º | 0.8% | 0.48% | - |
| XYZ | 8.85 | 5.02 | 2.99 | - |
| YUV | 56.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 45 | 0 | 0.80 | 0.63 | 0.52 | 347.63 | 0.66 | 0.29 |
| Hex | 7A | 19 | 2D | 0 | 50 | 3F | 34 | 15C | 42 | 1D |
| Octal | 172 | 31 | 55 | 0 | 120 | 77 | 64 | 534 | 102 | 35 |
| Binary | 1111010 | 11001 | 101101 | 0 | 1010000 | 111111 | 110100 | 101011100 | 1000010 | 11101 |
Color Harmonies of #7A192D
Complementary color
Monochromatic Colors of #7A192D
Black with #7A192D
Text Example
Text Example
White with #7A192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A192D; }
p { color: rgb(122,25,45); }
H1.HeaderClassName
{
color: #7A192D;
}
.AnyTagClassName
{
color: #7A192D;
}
</style>
background-color css
<style>
a { background-color: #7A192D; }
a { background-color: rgb(122,25,45); }
div.DivClassName
{
background-color: #7A192D;
}
.BgClassName
{
background-color: #7A192D;
}
</style>
border-color css
<style>
span { border-color: #7A192D; }
span { border-color: rgb(122,25,45); }
td.TdClassName
{
border-color: #7A192D;
}
.TagClassName
{
border-color: #7A192D;
}
</style>