Shades of Claret #7E1939
Tints of Claret #7E1939
RGB
CMYK
RGB Variations
Color information
#7E1939 (or 0x7E1939) is known color: Claret. HEX triplet: 7E, 19 and 39. RGB value is (126,25,57). Sum of RGB (Red+Green+Blue) = 126+25+57=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1939 is #81E6C6. Grayscale: #3A3A3A. Windows color (decimal): -8513223 or 3742078. OLE color: 3742078.
HSL color Cylindrical-coordinate representation of color #7E1939: hue angle of 340.99º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1939 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 57 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.51 |
| HSL | 340.99º | 0.67% | 0.3% | - |
| HSV(B) | 340.99º | 0.8% | 0.49% | - |
| XYZ | 9.69 | 5.43 | 4.41 | - |
| YUV | 58.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 57 | 0 | 0.80 | 0.55 | 0.51 | 340.99 | 0.67 | 0.3 |
| Hex | 7E | 19 | 39 | 0 | 50 | 37 | 33 | 155 | 43 | 1E |
| Octal | 176 | 31 | 71 | 0 | 120 | 67 | 63 | 525 | 103 | 36 |
| Binary | 1111110 | 11001 | 111001 | 0 | 1010000 | 110111 | 110011 | 101010101 | 1000011 | 11110 |
Color Harmonies of #7E1939
Complementary color
Monochromatic Colors of #7E1939
Black with #7E1939
Text Example
Text Example
White with #7E1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1939; }
p { color: rgb(126,25,57); }
H1.HeaderClassName
{
color: #7E1939;
}
.AnyTagClassName
{
color: #7E1939;
}
</style>
background-color css
<style>
a { background-color: #7E1939; }
a { background-color: rgb(126,25,57); }
div.DivClassName
{
background-color: #7E1939;
}
.BgClassName
{
background-color: #7E1939;
}
</style>
border-color css
<style>
span { border-color: #7E1939; }
span { border-color: rgb(126,25,57); }
td.TdClassName
{
border-color: #7E1939;
}
.TagClassName
{
border-color: #7E1939;
}
</style>