Shades of Claret #6E1735
Tints of Claret #6E1735
RGB
CMYK
RGB Variations
Color information
#6E1735 (or 0x6E1735) is known color: Claret. HEX triplet: 6E, 17 and 35. RGB value is (110,23,53). Sum of RGB (Red+Green+Blue) = 110+23+53=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1735 is #91E8CA. Grayscale: #343434. Windows color (decimal): -9562315 or 3479406. OLE color: 3479406.
HSL color Cylindrical-coordinate representation of color #6E1735: hue angle of 339.31º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1735 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 53 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.57 |
| HSL | 339.31º | 0.65% | 0.26% | - |
| HSV(B) | 339.31º | 0.79% | 0.43% | - |
| XYZ | 7.38 | 4.18 | 3.79 | - |
| YUV | 52.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 53 | 0 | 0.79 | 0.52 | 0.57 | 339.31 | 0.65 | 0.26 |
| Hex | 6E | 17 | 35 | 0 | 4F | 34 | 39 | 153 | 41 | 1A |
| Octal | 156 | 27 | 65 | 0 | 117 | 64 | 71 | 523 | 101 | 32 |
| Binary | 1101110 | 10111 | 110101 | 0 | 1001111 | 110100 | 111001 | 101010011 | 1000001 | 11010 |
Color Harmonies of #6E1735
Complementary color
Monochromatic Colors of #6E1735
Black with #6E1735
Text Example
Text Example
White with #6E1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1735; }
p { color: rgb(110,23,53); }
H1.HeaderClassName
{
color: #6E1735;
}
.AnyTagClassName
{
color: #6E1735;
}
</style>
background-color css
<style>
a { background-color: #6E1735; }
a { background-color: rgb(110,23,53); }
div.DivClassName
{
background-color: #6E1735;
}
.BgClassName
{
background-color: #6E1735;
}
</style>
border-color css
<style>
span { border-color: #6E1735; }
span { border-color: rgb(110,23,53); }
td.TdClassName
{
border-color: #6E1735;
}
.TagClassName
{
border-color: #6E1735;
}
</style>