Shades of Claret #6E1C34
Tints of Claret #6E1C34
RGB
CMYK
RGB Variations
Color information
#6E1C34 (or 0x6E1C34) is known color: Claret. HEX triplet: 6E, 1C and 34. RGB value is (110,28,52). Sum of RGB (Red+Green+Blue) = 110+28+52=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C34 is #91E3CB. Grayscale: #373737. Windows color (decimal): -9561036 or 3415150. OLE color: 3415150.
HSL color Cylindrical-coordinate representation of color #6E1C34: hue angle of 342.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1C34 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 28 | 52 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.57 |
| HSL | 342.44º | 0.59% | 0.27% | - |
| HSV(B) | 342.44º | 0.75% | 0.43% | - |
| XYZ | 7.47 | 4.39 | 3.7 | - |
| YUV | 55.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 28 | 52 | 0 | 0.75 | 0.53 | 0.57 | 342.44 | 0.59 | 0.27 |
| Hex | 6E | 1C | 34 | 0 | 4B | 35 | 39 | 156 | 3B | 1B |
| Octal | 156 | 34 | 64 | 0 | 113 | 65 | 71 | 526 | 73 | 33 |
| Binary | 1101110 | 11100 | 110100 | 0 | 1001011 | 110101 | 111001 | 101010110 | 111011 | 11011 |
Color Harmonies of #6E1C34
Complementary color
Monochromatic Colors of #6E1C34
Black with #6E1C34
Text Example
Text Example
White with #6E1C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1C34; }
p { color: rgb(110,28,52); }
H1.HeaderClassName
{
color: #6E1C34;
}
.AnyTagClassName
{
color: #6E1C34;
}
</style>
background-color css
<style>
a { background-color: #6E1C34; }
a { background-color: rgb(110,28,52); }
div.DivClassName
{
background-color: #6E1C34;
}
.BgClassName
{
background-color: #6E1C34;
}
</style>
border-color css
<style>
span { border-color: #6E1C34; }
span { border-color: rgb(110,28,52); }
td.TdClassName
{
border-color: #6E1C34;
}
.TagClassName
{
border-color: #6E1C34;
}
</style>