Shades of Claret #6E102D
Tints of Claret #6E102D
RGB
CMYK
RGB Variations
Color information
#6E102D (or 0x6E102D) is known color: Claret. HEX triplet: 6E, 10 and 2D. RGB value is (110,16,45). Sum of RGB (Red+Green+Blue) = 110+16+45=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E102D is #91EFD2. Grayscale: #2F2F2F. Windows color (decimal): -9564115 or 2953326. OLE color: 2953326.
HSL color Cylindrical-coordinate representation of color #6E102D: hue angle of 341.49º 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 #6E102D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 45 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.57 |
| HSL | 341.49º | 0.75% | 0.25% | - |
| HSV(B) | 341.49º | 0.85% | 0.43% | - |
| XYZ | 7.09 | 3.88 | 2.86 | - |
| YUV | 47.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 45 | 0 | 0.85 | 0.59 | 0.57 | 341.49 | 0.75 | 0.25 |
| Hex | 6E | 10 | 2D | 0 | 55 | 3B | 39 | 155 | 4B | 19 |
| Octal | 156 | 20 | 55 | 0 | 125 | 73 | 71 | 525 | 113 | 31 |
| Binary | 1101110 | 10000 | 101101 | 0 | 1010101 | 111011 | 111001 | 101010101 | 1001011 | 11001 |
Color Harmonies of #6E102D
Complementary color
Monochromatic Colors of #6E102D
Black with #6E102D
Text Example
Text Example
White with #6E102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E102D; }
p { color: rgb(110,16,45); }
H1.HeaderClassName
{
color: #6E102D;
}
.AnyTagClassName
{
color: #6E102D;
}
</style>
background-color css
<style>
a { background-color: #6E102D; }
a { background-color: rgb(110,16,45); }
div.DivClassName
{
background-color: #6E102D;
}
.BgClassName
{
background-color: #6E102D;
}
</style>
border-color css
<style>
span { border-color: #6E102D; }
span { border-color: rgb(110,16,45); }
td.TdClassName
{
border-color: #6E102D;
}
.TagClassName
{
border-color: #6E102D;
}
</style>