Shades of Claret #6E122C
Tints of Claret #6E122C
RGB
CMYK
RGB Variations
Color information
#6E122C (or 0x6E122C) is known color: Claret. HEX triplet: 6E, 12 and 2C. RGB value is (110,18,44). Sum of RGB (Red+Green+Blue) = 110+18+44=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E122C is #91EDD3. Grayscale: #303030. Windows color (decimal): -9563604 or 2888302. OLE color: 2888302.
HSL color Cylindrical-coordinate representation of color #6E122C: hue angle of 343.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E122C is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 44 | - |
| CMYK | 0 | 0.84 | 0.6 | 0.57 |
| HSL | 343.04º | 0.72% | 0.25% | - |
| HSV(B) | 343.04º | 0.84% | 0.43% | - |
| XYZ | 7.1 | 3.93 | 2.77 | - |
| YUV | 48.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 44 | 0 | 0.84 | 0.6 | 0.57 | 343.04 | 0.72 | 0.25 |
| Hex | 6E | 12 | 2C | 0 | 54 | 3C | 39 | 157 | 48 | 19 |
| Octal | 156 | 22 | 54 | 0 | 124 | 74 | 71 | 527 | 110 | 31 |
| Binary | 1101110 | 10010 | 101100 | 0 | 1010100 | 111100 | 111001 | 101010111 | 1001000 | 11001 |
Color Harmonies of #6E122C
Complementary color
Monochromatic Colors of #6E122C
Black with #6E122C
Text Example
Text Example
White with #6E122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E122C; }
p { color: rgb(110,18,44); }
H1.HeaderClassName
{
color: #6E122C;
}
.AnyTagClassName
{
color: #6E122C;
}
</style>
background-color css
<style>
a { background-color: #6E122C; }
a { background-color: rgb(110,18,44); }
div.DivClassName
{
background-color: #6E122C;
}
.BgClassName
{
background-color: #6E122C;
}
</style>
border-color css
<style>
span { border-color: #6E122C; }
span { border-color: rgb(110,18,44); }
td.TdClassName
{
border-color: #6E122C;
}
.TagClassName
{
border-color: #6E122C;
}
</style>