Shades of Scarlett #7B172E
Tints of Scarlett #7B172E
RGB
CMYK
RGB Variations
Color information
#7B172E (or 0x7B172E) is known color: Scarlett. HEX triplet: 7B, 17 and 2E. RGB value is (123,23,46). Sum of RGB (Red+Green+Blue) = 123+23+46=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B172E is #84E8D1. Grayscale: #373737. Windows color (decimal): -8710354 or 3020667. OLE color: 3020667.
HSL color Cylindrical-coordinate representation of color #7B172E: hue angle of 346.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B172E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 46 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.52 |
| HSL | 346.2º | 0.68% | 0.29% | - |
| HSV(B) | 346.2º | 0.81% | 0.48% | - |
| XYZ | 8.97 | 5.02 | 3.08 | - |
| YUV | 55.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 46 | 0 | 0.81 | 0.63 | 0.52 | 346.2 | 0.68 | 0.29 |
| Hex | 7B | 17 | 2E | 0 | 51 | 3F | 34 | 15A | 44 | 1D |
| Octal | 173 | 27 | 56 | 0 | 121 | 77 | 64 | 532 | 104 | 35 |
| Binary | 1111011 | 10111 | 101110 | 0 | 1010001 | 111111 | 110100 | 101011010 | 1000100 | 11101 |
Color Harmonies of #7B172E
Complementary color
Monochromatic Colors of #7B172E
Black with #7B172E
Text Example
Text Example
White with #7B172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B172E; }
p { color: rgb(123,23,46); }
H1.HeaderClassName
{
color: #7B172E;
}
.AnyTagClassName
{
color: #7B172E;
}
</style>
background-color css
<style>
a { background-color: #7B172E; }
a { background-color: rgb(123,23,46); }
div.DivClassName
{
background-color: #7B172E;
}
.BgClassName
{
background-color: #7B172E;
}
</style>
border-color css
<style>
span { border-color: #7B172E; }
span { border-color: rgb(123,23,46); }
td.TdClassName
{
border-color: #7B172E;
}
.TagClassName
{
border-color: #7B172E;
}
</style>