Shades of Claret #6D122C
Tints of Claret #6D122C
RGB
CMYK
RGB Variations
Color information
#6D122C (or 0x6D122C) is known color: Claret. HEX triplet: 6D, 12 and 2C. RGB value is (109,18,44). Sum of RGB (Red+Green+Blue) = 109+18+44=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D122C is #92EDD3. Grayscale: #303030. Windows color (decimal): -9629140 or 2888301. OLE color: 2888301.
HSL color Cylindrical-coordinate representation of color #6D122C: hue angle of 342.86º 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 #6D122C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 44 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.57 |
| HSL | 342.86º | 0.72% | 0.25% | - |
| HSV(B) | 342.86º | 0.83% | 0.43% | - |
| XYZ | 6.98 | 3.87 | 2.76 | - |
| YUV | 48.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 44 | 0 | 0.83 | 0.60 | 0.57 | 342.86 | 0.72 | 0.25 |
| Hex | 6D | 12 | 2C | 0 | 53 | 3C | 39 | 157 | 48 | 19 |
| Octal | 155 | 22 | 54 | 0 | 123 | 74 | 71 | 527 | 110 | 31 |
| Binary | 1101101 | 10010 | 101100 | 0 | 1010011 | 111100 | 111001 | 101010111 | 1001000 | 11001 |
Color Harmonies of #6D122C
Complementary color
Monochromatic Colors of #6D122C
Black with #6D122C
Text Example
Text Example
White with #6D122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D122C; }
p { color: rgb(109,18,44); }
H1.HeaderClassName
{
color: #6D122C;
}
.AnyTagClassName
{
color: #6D122C;
}
</style>
background-color css
<style>
a { background-color: #6D122C; }
a { background-color: rgb(109,18,44); }
div.DivClassName
{
background-color: #6D122C;
}
.BgClassName
{
background-color: #6D122C;
}
</style>
border-color css
<style>
span { border-color: #6D122C; }
span { border-color: rgb(109,18,44); }
td.TdClassName
{
border-color: #6D122C;
}
.TagClassName
{
border-color: #6D122C;
}
</style>