Shades of Scarlett #7E132B
Tints of Scarlett #7E132B
RGB
CMYK
RGB Variations
Color information
#7E132B (or 0x7E132B) is known color: Scarlett. HEX triplet: 7E, 13 and 2B. RGB value is (126,19,43). Sum of RGB (Red+Green+Blue) = 126+19+43=188 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.02% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 126 - color contains mainly: red. Hex color #7E132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E132B is #81ECD4. Grayscale: #353535. Windows color (decimal): -8514773 or 2823038. OLE color: 2823038.
HSL color Cylindrical-coordinate representation of color #7E132B: hue angle of 346.54º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E132B is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 43 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.51 |
| HSL | 346.54º | 0.74% | 0.28% | - |
| HSV(B) | 346.54º | 0.85% | 0.49% | - |
| XYZ | 9.27 | 5.08 | 2.78 | - |
| YUV | 53.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 43 | 0 | 0.85 | 0.66 | 0.51 | 346.54 | 0.74 | 0.28 |
| Hex | 7E | 13 | 2B | 0 | 55 | 42 | 33 | 15B | 4A | 1C |
| Octal | 176 | 23 | 53 | 0 | 125 | 102 | 63 | 533 | 112 | 34 |
| Binary | 1111110 | 10011 | 101011 | 0 | 1010101 | 1000010 | 110011 | 101011011 | 1001010 | 11100 |
Color Harmonies of #7E132B
Complementary color
Monochromatic Colors of #7E132B
Black with #7E132B
Text Example
Text Example
White with #7E132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E132B; }
p { color: rgb(126,19,43); }
H1.HeaderClassName
{
color: #7E132B;
}
.AnyTagClassName
{
color: #7E132B;
}
</style>
background-color css
<style>
a { background-color: #7E132B; }
a { background-color: rgb(126,19,43); }
div.DivClassName
{
background-color: #7E132B;
}
.BgClassName
{
background-color: #7E132B;
}
</style>
border-color css
<style>
span { border-color: #7E132B; }
span { border-color: rgb(126,19,43); }
td.TdClassName
{
border-color: #7E132B;
}
.TagClassName
{
border-color: #7E132B;
}
</style>