Shades of Claret #6E0D2C
Tints of Claret #6E0D2C
RGB
CMYK
RGB Variations
Color information
#6E0D2C (or 0x6E0D2C) is known color: Claret. HEX triplet: 6E, 0D and 2C. RGB value is (110,13,44). Sum of RGB (Red+Green+Blue) = 110+13+44=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0D2C is #91F2D3. Grayscale: #2D2D2D. Windows color (decimal): -9564884 or 2887022. OLE color: 2887022.
HSL color Cylindrical-coordinate representation of color #6E0D2C: hue angle of 340.82º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D2C is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 44 | - |
| CMYK | 0 | 0.88 | 0.6 | 0.57 |
| HSL | 340.82º | 0.79% | 0.24% | - |
| HSV(B) | 340.82º | 0.88% | 0.43% | - |
| XYZ | 7.03 | 3.78 | 2.74 | - |
| YUV | 45.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 44 | 0 | 0.88 | 0.6 | 0.57 | 340.82 | 0.79 | 0.24 |
| Hex | 6E | D | 2C | 0 | 58 | 3C | 39 | 155 | 4F | 18 |
| Octal | 156 | 15 | 54 | 0 | 130 | 74 | 71 | 525 | 117 | 30 |
| Binary | 1101110 | 1101 | 101100 | 0 | 1011000 | 111100 | 111001 | 101010101 | 1001111 | 11000 |
Color Harmonies of #6E0D2C
Complementary color
Monochromatic Colors of #6E0D2C
Black with #6E0D2C
Text Example
Text Example
White with #6E0D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D2C; }
p { color: rgb(110,13,44); }
H1.HeaderClassName
{
color: #6E0D2C;
}
.AnyTagClassName
{
color: #6E0D2C;
}
</style>
background-color css
<style>
a { background-color: #6E0D2C; }
a { background-color: rgb(110,13,44); }
div.DivClassName
{
background-color: #6E0D2C;
}
.BgClassName
{
background-color: #6E0D2C;
}
</style>
border-color css
<style>
span { border-color: #6E0D2C; }
span { border-color: rgb(110,13,44); }
td.TdClassName
{
border-color: #6E0D2C;
}
.TagClassName
{
border-color: #6E0D2C;
}
</style>