Shades of Claret #7E1635
Tints of Claret #7E1635
RGB
CMYK
RGB Variations
Color information
#7E1635 (or 0x7E1635) is known color: Claret. HEX triplet: 7E, 16 and 35. RGB value is (126,22,53). Sum of RGB (Red+Green+Blue) = 126+22+53=201 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.69% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1635 is #81E9CA. Grayscale: #383838. Windows color (decimal): -8513995 or 3479166. OLE color: 3479166.
HSL color Cylindrical-coordinate representation of color #7E1635: hue angle of 342.12º 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 #7E1635 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 53 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.51 |
| HSL | 342.12º | 0.7% | 0.29% | - |
| HSV(B) | 342.12º | 0.83% | 0.49% | - |
| XYZ | 9.53 | 5.27 | 3.88 | - |
| YUV | 56.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 53 | 0 | 0.83 | 0.58 | 0.51 | 342.12 | 0.7 | 0.29 |
| Hex | 7E | 16 | 35 | 0 | 53 | 3A | 33 | 156 | 46 | 1D |
| Octal | 176 | 26 | 65 | 0 | 123 | 72 | 63 | 526 | 106 | 35 |
| Binary | 1111110 | 10110 | 110101 | 0 | 1010011 | 111010 | 110011 | 101010110 | 1000110 | 11101 |
Color Harmonies of #7E1635
Complementary color
Monochromatic Colors of #7E1635
Black with #7E1635
Text Example
Text Example
White with #7E1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1635; }
p { color: rgb(126,22,53); }
H1.HeaderClassName
{
color: #7E1635;
}
.AnyTagClassName
{
color: #7E1635;
}
</style>
background-color css
<style>
a { background-color: #7E1635; }
a { background-color: rgb(126,22,53); }
div.DivClassName
{
background-color: #7E1635;
}
.BgClassName
{
background-color: #7E1635;
}
</style>
border-color css
<style>
span { border-color: #7E1635; }
span { border-color: rgb(126,22,53); }
td.TdClassName
{
border-color: #7E1635;
}
.TagClassName
{
border-color: #7E1635;
}
</style>