Shades of Claret #7E153C
Tints of Claret #7E153C
RGB
CMYK
RGB Variations
Color information
#7E153C (or 0x7E153C) is known color: Claret. HEX triplet: 7E, 15 and 3C. RGB value is (126,21,60). Sum of RGB (Red+Green+Blue) = 126+21+60=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E153C is #81EAC3. Grayscale: #383838. Windows color (decimal): -8514244 or 3937662. OLE color: 3937662.
HSL color Cylindrical-coordinate representation of color #7E153C: hue angle of 337.71º degrees, saturation: 0.71, 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 #7E153C is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 60 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.51 |
| HSL | 337.71º | 0.71% | 0.29% | - |
| HSV(B) | 337.71º | 0.83% | 0.49% | - |
| XYZ | 9.69 | 5.3 | 4.79 | - |
| YUV | 56.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 60 | 0 | 0.83 | 0.52 | 0.51 | 337.71 | 0.71 | 0.29 |
| Hex | 7E | 15 | 3C | 0 | 53 | 34 | 33 | 152 | 47 | 1D |
| Octal | 176 | 25 | 74 | 0 | 123 | 64 | 63 | 522 | 107 | 35 |
| Binary | 1111110 | 10101 | 111100 | 0 | 1010011 | 110100 | 110011 | 101010010 | 1000111 | 11101 |
Color Harmonies of #7E153C
Complementary color
Monochromatic Colors of #7E153C
Black with #7E153C
Text Example
Text Example
White with #7E153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E153C; }
p { color: rgb(126,21,60); }
H1.HeaderClassName
{
color: #7E153C;
}
.AnyTagClassName
{
color: #7E153C;
}
</style>
background-color css
<style>
a { background-color: #7E153C; }
a { background-color: rgb(126,21,60); }
div.DivClassName
{
background-color: #7E153C;
}
.BgClassName
{
background-color: #7E153C;
}
</style>
border-color css
<style>
span { border-color: #7E153C; }
span { border-color: rgb(126,21,60); }
td.TdClassName
{
border-color: #7E153C;
}
.TagClassName
{
border-color: #7E153C;
}
</style>