Shades of Claret #6D122D
Tints of Claret #6D122D
RGB
CMYK
RGB Variations
Color information
#6D122D (or 0x6D122D) is known color: Claret. HEX triplet: 6D, 12 and 2D. RGB value is (109,18,45). Sum of RGB (Red+Green+Blue) = 109+18+45=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D122D is #92EDD2. Grayscale: #303030. Windows color (decimal): -9629139 or 2953837. OLE color: 2953837.
HSL color Cylindrical-coordinate representation of color #6D122D: hue angle of 342.2º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D122D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 45 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.57 |
| HSL | 342.2º | 0.72% | 0.25% | - |
| HSV(B) | 342.2º | 0.83% | 0.43% | - |
| XYZ | 7 | 3.87 | 2.86 | - |
| YUV | 48.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 45 | 0 | 0.83 | 0.59 | 0.57 | 342.2 | 0.72 | 0.25 |
| Hex | 6D | 12 | 2D | 0 | 53 | 3B | 39 | 156 | 48 | 19 |
| Octal | 155 | 22 | 55 | 0 | 123 | 73 | 71 | 526 | 110 | 31 |
| Binary | 1101101 | 10010 | 101101 | 0 | 1010011 | 111011 | 111001 | 101010110 | 1001000 | 11001 |
Color Harmonies of #6D122D
Complementary color
Monochromatic Colors of #6D122D
Black with #6D122D
Text Example
Text Example
White with #6D122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D122D; }
p { color: rgb(109,18,45); }
H1.HeaderClassName
{
color: #6D122D;
}
.AnyTagClassName
{
color: #6D122D;
}
</style>
background-color css
<style>
a { background-color: #6D122D; }
a { background-color: rgb(109,18,45); }
div.DivClassName
{
background-color: #6D122D;
}
.BgClassName
{
background-color: #6D122D;
}
</style>
border-color css
<style>
span { border-color: #6D122D; }
span { border-color: rgb(109,18,45); }
td.TdClassName
{
border-color: #6D122D;
}
.TagClassName
{
border-color: #6D122D;
}
</style>