Shades of Claret #7E1236
Tints of Claret #7E1236
RGB
CMYK
RGB Variations
Color information
#7E1236 (or 0x7E1236) is known color: Claret. HEX triplet: 7E, 12 and 36. RGB value is (126,18,54). Sum of RGB (Red+Green+Blue) = 126+18+54=198 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.64% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1236 is #81EDC9. Grayscale: #363636. Windows color (decimal): -8515018 or 3543678. OLE color: 3543678.
HSL color Cylindrical-coordinate representation of color #7E1236: hue angle of 340º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1236 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 54 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.51 |
| HSL | 340º | 0.75% | 0.28% | - |
| HSV(B) | 340º | 0.86% | 0.49% | - |
| XYZ | 9.49 | 5.13 | 3.98 | - |
| YUV | 54.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 54 | 0 | 0.86 | 0.57 | 0.51 | 340 | 0.75 | 0.28 |
| Hex | 7E | 12 | 36 | 0 | 56 | 39 | 33 | 154 | 4B | 1C |
| Octal | 176 | 22 | 66 | 0 | 126 | 71 | 63 | 524 | 113 | 34 |
| Binary | 1111110 | 10010 | 110110 | 0 | 1010110 | 111001 | 110011 | 101010100 | 1001011 | 11100 |
Color Harmonies of #7E1236
Complementary color
Monochromatic Colors of #7E1236
Black with #7E1236
Text Example
Text Example
White with #7E1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1236; }
p { color: rgb(126,18,54); }
H1.HeaderClassName
{
color: #7E1236;
}
.AnyTagClassName
{
color: #7E1236;
}
</style>
background-color css
<style>
a { background-color: #7E1236; }
a { background-color: rgb(126,18,54); }
div.DivClassName
{
background-color: #7E1236;
}
.BgClassName
{
background-color: #7E1236;
}
</style>
border-color css
<style>
span { border-color: #7E1236; }
span { border-color: rgb(126,18,54); }
td.TdClassName
{
border-color: #7E1236;
}
.TagClassName
{
border-color: #7E1236;
}
</style>