Shades of Claret #6D1E2E
Tints of Claret #6D1E2E
RGB
CMYK
RGB Variations
Color information
#6D1E2E (or 0x6D1E2E) is known color: Claret. HEX triplet: 6D, 1E and 2E. RGB value is (109,30,46). Sum of RGB (Red+Green+Blue) = 109+30+46=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E2E is #92E1D1. Grayscale: #373737. Windows color (decimal): -9626066 or 3022445. OLE color: 3022445.
HSL color Cylindrical-coordinate representation of color #6D1E2E: hue angle of 347.85º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E2E is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 46 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.57 |
| HSL | 347.85º | 0.57% | 0.27% | - |
| HSV(B) | 347.85º | 0.72% | 0.43% | - |
| XYZ | 7.26 | 4.38 | 3.05 | - |
| YUV | 55.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 46 | 0 | 0.72 | 0.58 | 0.57 | 347.85 | 0.57 | 0.27 |
| Hex | 6D | 1E | 2E | 0 | 48 | 3A | 39 | 15C | 39 | 1B |
| Octal | 155 | 36 | 56 | 0 | 110 | 72 | 71 | 534 | 71 | 33 |
| Binary | 1101101 | 11110 | 101110 | 0 | 1001000 | 111010 | 111001 | 101011100 | 111001 | 11011 |
Color Harmonies of #6D1E2E
Complementary color
Monochromatic Colors of #6D1E2E
Black with #6D1E2E
Text Example
Text Example
White with #6D1E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E2E; }
p { color: rgb(109,30,46); }
H1.HeaderClassName
{
color: #6D1E2E;
}
.AnyTagClassName
{
color: #6D1E2E;
}
</style>
background-color css
<style>
a { background-color: #6D1E2E; }
a { background-color: rgb(109,30,46); }
div.DivClassName
{
background-color: #6D1E2E;
}
.BgClassName
{
background-color: #6D1E2E;
}
</style>
border-color css
<style>
span { border-color: #6D1E2E; }
span { border-color: rgb(109,30,46); }
td.TdClassName
{
border-color: #6D1E2E;
}
.TagClassName
{
border-color: #6D1E2E;
}
</style>