Shades of Scarlett #7B162D
Tints of Scarlett #7B162D
RGB
CMYK
RGB Variations
Color information
#7B162D (or 0x7B162D) is known color: Scarlett. HEX triplet: 7B, 16 and 2D. RGB value is (123,22,45). Sum of RGB (Red+Green+Blue) = 123+22+45=190 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 123 - color contains mainly: red. Hex color #7B162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B162D is #84E9D2. Grayscale: #363636. Windows color (decimal): -8710611 or 2954875. OLE color: 2954875.
HSL color Cylindrical-coordinate representation of color #7B162D: hue angle of 346.34º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B162D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 45 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.52 |
| HSL | 346.34º | 0.7% | 0.28% | - |
| HSV(B) | 346.34º | 0.82% | 0.48% | - |
| XYZ | 8.93 | 4.97 | 2.97 | - |
| YUV | 54.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 45 | 0 | 0.82 | 0.63 | 0.52 | 346.34 | 0.7 | 0.28 |
| Hex | 7B | 16 | 2D | 0 | 52 | 3F | 34 | 15A | 46 | 1C |
| Octal | 173 | 26 | 55 | 0 | 122 | 77 | 64 | 532 | 106 | 34 |
| Binary | 1111011 | 10110 | 101101 | 0 | 1010010 | 111111 | 110100 | 101011010 | 1000110 | 11100 |
Color Harmonies of #7B162D
Complementary color
Monochromatic Colors of #7B162D
Black with #7B162D
Text Example
Text Example
White with #7B162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B162D; }
p { color: rgb(123,22,45); }
H1.HeaderClassName
{
color: #7B162D;
}
.AnyTagClassName
{
color: #7B162D;
}
</style>
background-color css
<style>
a { background-color: #7B162D; }
a { background-color: rgb(123,22,45); }
div.DivClassName
{
background-color: #7B162D;
}
.BgClassName
{
background-color: #7B162D;
}
</style>
border-color css
<style>
span { border-color: #7B162D; }
span { border-color: rgb(123,22,45); }
td.TdClassName
{
border-color: #7B162D;
}
.TagClassName
{
border-color: #7B162D;
}
</style>