Shades of Claret #7E173C
Tints of Claret #7E173C
RGB
CMYK
RGB Variations
Color information
#7E173C (or 0x7E173C) is known color: Claret. HEX triplet: 7E, 17 and 3C. RGB value is (126,23,60). Sum of RGB (Red+Green+Blue) = 126+23+60=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E173C is #81E8C3. Grayscale: #393939. Windows color (decimal): -8513732 or 3938174. OLE color: 3938174.
HSL color Cylindrical-coordinate representation of color #7E173C: hue angle of 338.45º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E173C is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 60 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.51 |
| HSL | 338.45º | 0.69% | 0.29% | - |
| HSV(B) | 338.45º | 0.82% | 0.49% | - |
| XYZ | 9.73 | 5.37 | 4.8 | - |
| YUV | 58.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 60 | 0 | 0.82 | 0.52 | 0.51 | 338.45 | 0.69 | 0.29 |
| Hex | 7E | 17 | 3C | 0 | 52 | 34 | 33 | 152 | 45 | 1D |
| Octal | 176 | 27 | 74 | 0 | 122 | 64 | 63 | 522 | 105 | 35 |
| Binary | 1111110 | 10111 | 111100 | 0 | 1010010 | 110100 | 110011 | 101010010 | 1000101 | 11101 |
Color Harmonies of #7E173C
Complementary color
Monochromatic Colors of #7E173C
Black with #7E173C
Text Example
Text Example
White with #7E173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E173C; }
p { color: rgb(126,23,60); }
H1.HeaderClassName
{
color: #7E173C;
}
.AnyTagClassName
{
color: #7E173C;
}
</style>
background-color css
<style>
a { background-color: #7E173C; }
a { background-color: rgb(126,23,60); }
div.DivClassName
{
background-color: #7E173C;
}
.BgClassName
{
background-color: #7E173C;
}
</style>
border-color css
<style>
span { border-color: #7E173C; }
span { border-color: rgb(126,23,60); }
td.TdClassName
{
border-color: #7E173C;
}
.TagClassName
{
border-color: #7E173C;
}
</style>