Shades of Claret #6E1031
Tints of Claret #6E1031
RGB
CMYK
RGB Variations
Color information
#6E1031 (or 0x6E1031) is known color: Claret. HEX triplet: 6E, 10 and 31. RGB value is (110,16,49). Sum of RGB (Red+Green+Blue) = 110+16+49=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1031 is #91EFCE. Grayscale: #2F2F2F. Windows color (decimal): -9564111 or 3215470. OLE color: 3215470.
HSL color Cylindrical-coordinate representation of color #6E1031: hue angle of 338.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1031 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 49 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.57 |
| HSL | 338.94º | 0.75% | 0.25% | - |
| HSV(B) | 338.94º | 0.85% | 0.43% | - |
| XYZ | 7.17 | 3.91 | 3.28 | - |
| YUV | 47.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 49 | 0 | 0.85 | 0.55 | 0.57 | 338.94 | 0.75 | 0.25 |
| Hex | 6E | 10 | 31 | 0 | 55 | 37 | 39 | 153 | 4B | 19 |
| Octal | 156 | 20 | 61 | 0 | 125 | 67 | 71 | 523 | 113 | 31 |
| Binary | 1101110 | 10000 | 110001 | 0 | 1010101 | 110111 | 111001 | 101010011 | 1001011 | 11001 |
Color Harmonies of #6E1031
Complementary color
Monochromatic Colors of #6E1031
Black with #6E1031
Text Example
Text Example
White with #6E1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1031; }
p { color: rgb(110,16,49); }
H1.HeaderClassName
{
color: #6E1031;
}
.AnyTagClassName
{
color: #6E1031;
}
</style>
background-color css
<style>
a { background-color: #6E1031; }
a { background-color: rgb(110,16,49); }
div.DivClassName
{
background-color: #6E1031;
}
.BgClassName
{
background-color: #6E1031;
}
</style>
border-color css
<style>
span { border-color: #6E1031; }
span { border-color: rgb(110,16,49); }
td.TdClassName
{
border-color: #6E1031;
}
.TagClassName
{
border-color: #6E1031;
}
</style>