Shades of Scarlett #7E172B
Tints of Scarlett #7E172B
RGB
CMYK
RGB Variations
Color information
#7E172B (or 0x7E172B) is known color: Scarlett. HEX triplet: 7E, 17 and 2B. RGB value is (126,23,43). Sum of RGB (Red+Green+Blue) = 126+23+43=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E172B is #81E8D4. Grayscale: #383838. Windows color (decimal): -8513749 or 2824062. OLE color: 2824062.
HSL color Cylindrical-coordinate representation of color #7E172B: hue angle of 348.35º 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 #7E172B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 43 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.51 |
| HSL | 348.35º | 0.69% | 0.29% | - |
| HSV(B) | 348.35º | 0.82% | 0.49% | - |
| XYZ | 9.35 | 5.22 | 2.8 | - |
| YUV | 56.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 43 | 0 | 0.82 | 0.66 | 0.51 | 348.35 | 0.69 | 0.29 |
| Hex | 7E | 17 | 2B | 0 | 52 | 42 | 33 | 15C | 45 | 1D |
| Octal | 176 | 27 | 53 | 0 | 122 | 102 | 63 | 534 | 105 | 35 |
| Binary | 1111110 | 10111 | 101011 | 0 | 1010010 | 1000010 | 110011 | 101011100 | 1000101 | 11101 |
Color Harmonies of #7E172B
Complementary color
Monochromatic Colors of #7E172B
Black with #7E172B
Text Example
Text Example
White with #7E172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E172B; }
p { color: rgb(126,23,43); }
H1.HeaderClassName
{
color: #7E172B;
}
.AnyTagClassName
{
color: #7E172B;
}
</style>
background-color css
<style>
a { background-color: #7E172B; }
a { background-color: rgb(126,23,43); }
div.DivClassName
{
background-color: #7E172B;
}
.BgClassName
{
background-color: #7E172B;
}
</style>
border-color css
<style>
span { border-color: #7E172B; }
span { border-color: rgb(126,23,43); }
td.TdClassName
{
border-color: #7E172B;
}
.TagClassName
{
border-color: #7E172B;
}
</style>