Shades of Claret #6E1531
Tints of Claret #6E1531
RGB
CMYK
RGB Variations
Color information
#6E1531 (or 0x6E1531) is known color: Claret. HEX triplet: 6E, 15 and 31. RGB value is (110,21,49). Sum of RGB (Red+Green+Blue) = 110+21+49=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1531 is #91EACE. Grayscale: #323232. Windows color (decimal): -9562831 or 3216750. OLE color: 3216750.
HSL color Cylindrical-coordinate representation of color #6E1531: hue angle of 341.12º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1531 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 49 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.57 |
| HSL | 341.12º | 0.68% | 0.26% | - |
| HSV(B) | 341.12º | 0.81% | 0.43% | - |
| XYZ | 7.25 | 4.07 | 3.31 | - |
| YUV | 50.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 49 | 0 | 0.81 | 0.55 | 0.57 | 341.12 | 0.68 | 0.26 |
| Hex | 6E | 15 | 31 | 0 | 51 | 37 | 39 | 155 | 44 | 1A |
| Octal | 156 | 25 | 61 | 0 | 121 | 67 | 71 | 525 | 104 | 32 |
| Binary | 1101110 | 10101 | 110001 | 0 | 1010001 | 110111 | 111001 | 101010101 | 1000100 | 11010 |
Color Harmonies of #6E1531
Complementary color
Monochromatic Colors of #6E1531
Black with #6E1531
Text Example
Text Example
White with #6E1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1531; }
p { color: rgb(110,21,49); }
H1.HeaderClassName
{
color: #6E1531;
}
.AnyTagClassName
{
color: #6E1531;
}
</style>
background-color css
<style>
a { background-color: #6E1531; }
a { background-color: rgb(110,21,49); }
div.DivClassName
{
background-color: #6E1531;
}
.BgClassName
{
background-color: #6E1531;
}
</style>
border-color css
<style>
span { border-color: #6E1531; }
span { border-color: rgb(110,21,49); }
td.TdClassName
{
border-color: #6E1531;
}
.TagClassName
{
border-color: #6E1531;
}
</style>