Shades of Claret #6E152E
Tints of Claret #6E152E
RGB
CMYK
RGB Variations
Color information
#6E152E (or 0x6E152E) is known color: Claret. HEX triplet: 6E, 15 and 2E. RGB value is (110,21,46). Sum of RGB (Red+Green+Blue) = 110+21+46=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E152E is #91EAD1. Grayscale: #323232. Windows color (decimal): -9562834 or 3020142. OLE color: 3020142.
HSL color Cylindrical-coordinate representation of color #6E152E: hue angle of 343.15º 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 #6E152E is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 46 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.57 |
| HSL | 343.15º | 0.68% | 0.26% | - |
| HSV(B) | 343.15º | 0.81% | 0.43% | - |
| XYZ | 7.19 | 4.05 | 2.99 | - |
| YUV | 50.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 46 | 0 | 0.81 | 0.58 | 0.57 | 343.15 | 0.68 | 0.26 |
| Hex | 6E | 15 | 2E | 0 | 51 | 3A | 39 | 157 | 44 | 1A |
| Octal | 156 | 25 | 56 | 0 | 121 | 72 | 71 | 527 | 104 | 32 |
| Binary | 1101110 | 10101 | 101110 | 0 | 1010001 | 111010 | 111001 | 101010111 | 1000100 | 11010 |
Color Harmonies of #6E152E
Complementary color
Monochromatic Colors of #6E152E
Black with #6E152E
Text Example
Text Example
White with #6E152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E152E; }
p { color: rgb(110,21,46); }
H1.HeaderClassName
{
color: #6E152E;
}
.AnyTagClassName
{
color: #6E152E;
}
</style>
background-color css
<style>
a { background-color: #6E152E; }
a { background-color: rgb(110,21,46); }
div.DivClassName
{
background-color: #6E152E;
}
.BgClassName
{
background-color: #6E152E;
}
</style>
border-color css
<style>
span { border-color: #6E152E; }
span { border-color: rgb(110,21,46); }
td.TdClassName
{
border-color: #6E152E;
}
.TagClassName
{
border-color: #6E152E;
}
</style>