Shades of Claret #7E1639
Tints of Claret #7E1639
RGB
CMYK
RGB Variations
Color information
#7E1639 (or 0x7E1639) is known color: Claret. HEX triplet: 7E, 16 and 39. RGB value is (126,22,57). Sum of RGB (Red+Green+Blue) = 126+22+57=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1639 is #81E9C6. Grayscale: #393939. Windows color (decimal): -8513991 or 3741310. OLE color: 3741310.
HSL color Cylindrical-coordinate representation of color #7E1639: hue angle of 339.81º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1639 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 57 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.51 |
| HSL | 339.81º | 0.7% | 0.29% | - |
| HSV(B) | 339.81º | 0.83% | 0.49% | - |
| XYZ | 9.63 | 5.3 | 4.39 | - |
| YUV | 57.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 57 | 0 | 0.83 | 0.55 | 0.51 | 339.81 | 0.7 | 0.29 |
| Hex | 7E | 16 | 39 | 0 | 53 | 37 | 33 | 154 | 46 | 1D |
| Octal | 176 | 26 | 71 | 0 | 123 | 67 | 63 | 524 | 106 | 35 |
| Binary | 1111110 | 10110 | 111001 | 0 | 1010011 | 110111 | 110011 | 101010100 | 1000110 | 11101 |
Color Harmonies of #7E1639
Complementary color
Monochromatic Colors of #7E1639
Black with #7E1639
Text Example
Text Example
White with #7E1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1639; }
p { color: rgb(126,22,57); }
H1.HeaderClassName
{
color: #7E1639;
}
.AnyTagClassName
{
color: #7E1639;
}
</style>
background-color css
<style>
a { background-color: #7E1639; }
a { background-color: rgb(126,22,57); }
div.DivClassName
{
background-color: #7E1639;
}
.BgClassName
{
background-color: #7E1639;
}
</style>
border-color css
<style>
span { border-color: #7E1639; }
span { border-color: rgb(126,22,57); }
td.TdClassName
{
border-color: #7E1639;
}
.TagClassName
{
border-color: #7E1639;
}
</style>