Shades of Claret #6E2031
Tints of Claret #6E2031
RGB
CMYK
RGB Variations
Color information
#6E2031 (or 0x6E2031) is known color: Claret. HEX triplet: 6E, 20 and 31. RGB value is (110,32,49). Sum of RGB (Red+Green+Blue) = 110+32+49=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2031 is #91DFCE. Grayscale: #393939. Windows color (decimal): -9560015 or 3219566. OLE color: 3219566.
HSL color Cylindrical-coordinate representation of color #6E2031: hue angle of 346.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2031 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 49 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.57 |
| HSL | 346.92º | 0.55% | 0.28% | - |
| HSV(B) | 346.92º | 0.71% | 0.43% | - |
| XYZ | 7.5 | 4.57 | 3.39 | - |
| YUV | 57.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 49 | 0 | 0.71 | 0.55 | 0.57 | 346.92 | 0.55 | 0.28 |
| Hex | 6E | 20 | 31 | 0 | 47 | 37 | 39 | 15B | 37 | 1C |
| Octal | 156 | 40 | 61 | 0 | 107 | 67 | 71 | 533 | 67 | 34 |
| Binary | 1101110 | 100000 | 110001 | 0 | 1000111 | 110111 | 111001 | 101011011 | 110111 | 11100 |
Color Harmonies of #6E2031
Complementary color
Monochromatic Colors of #6E2031
Black with #6E2031
Text Example
Text Example
White with #6E2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2031; }
p { color: rgb(110,32,49); }
H1.HeaderClassName
{
color: #6E2031;
}
.AnyTagClassName
{
color: #6E2031;
}
</style>
background-color css
<style>
a { background-color: #6E2031; }
a { background-color: rgb(110,32,49); }
div.DivClassName
{
background-color: #6E2031;
}
.BgClassName
{
background-color: #6E2031;
}
</style>
border-color css
<style>
span { border-color: #6E2031; }
span { border-color: rgb(110,32,49); }
td.TdClassName
{
border-color: #6E2031;
}
.TagClassName
{
border-color: #6E2031;
}
</style>