Shades of Claret #7E1A38
Tints of Claret #7E1A38
RGB
CMYK
RGB Variations
Color information
#7E1A38 (or 0x7E1A38) is known color: Claret. HEX triplet: 7E, 1A and 38. RGB value is (126,26,56). Sum of RGB (Red+Green+Blue) = 126+26+56=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1A38 is #81E5C7. Grayscale: #3B3B3B. Windows color (decimal): -8512968 or 3676798. OLE color: 3676798.
HSL color Cylindrical-coordinate representation of color #7E1A38: hue angle of 342º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1A38 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 26 | 56 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.51 |
| HSL | 342º | 0.66% | 0.3% | - |
| HSV(B) | 342º | 0.79% | 0.49% | - |
| XYZ | 9.69 | 5.46 | 4.28 | - |
| YUV | 59.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 26 | 56 | 0 | 0.79 | 0.56 | 0.51 | 342 | 0.66 | 0.3 |
| Hex | 7E | 1A | 38 | 0 | 4F | 38 | 33 | 156 | 42 | 1E |
| Octal | 176 | 32 | 70 | 0 | 117 | 70 | 63 | 526 | 102 | 36 |
| Binary | 1111110 | 11010 | 111000 | 0 | 1001111 | 111000 | 110011 | 101010110 | 1000010 | 11110 |
Color Harmonies of #7E1A38
Complementary color
Monochromatic Colors of #7E1A38
Black with #7E1A38
Text Example
Text Example
White with #7E1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1A38; }
p { color: rgb(126,26,56); }
H1.HeaderClassName
{
color: #7E1A38;
}
.AnyTagClassName
{
color: #7E1A38;
}
</style>
background-color css
<style>
a { background-color: #7E1A38; }
a { background-color: rgb(126,26,56); }
div.DivClassName
{
background-color: #7E1A38;
}
.BgClassName
{
background-color: #7E1A38;
}
</style>
border-color css
<style>
span { border-color: #7E1A38; }
span { border-color: rgb(126,26,56); }
td.TdClassName
{
border-color: #7E1A38;
}
.TagClassName
{
border-color: #7E1A38;
}
</style>