Shades of Claret #6C122D
Tints of Claret #6C122D
RGB
CMYK
RGB Variations
Color information
#6C122D (or 0x6C122D) is known color: Claret. HEX triplet: 6C, 12 and 2D. RGB value is (108,18,45). Sum of RGB (Red+Green+Blue) = 108+18+45=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C122D is #93EDD2. Grayscale: #2F2F2F. Windows color (decimal): -9694675 or 2953836. OLE color: 2953836.
HSL color Cylindrical-coordinate representation of color #6C122D: hue angle of 342º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C122D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 18 | 45 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.58 |
| HSL | 342º | 0.71% | 0.25% | - |
| HSV(B) | 342º | 0.83% | 0.42% | - |
| XYZ | 6.87 | 3.81 | 2.86 | - |
| YUV | 47.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 45 | 0 | 0.83 | 0.58 | 0.58 | 342 | 0.71 | 0.25 |
| Hex | 6C | 12 | 2D | 0 | 53 | 3A | 3A | 156 | 47 | 19 |
| Octal | 154 | 22 | 55 | 0 | 123 | 72 | 72 | 526 | 107 | 31 |
| Binary | 1101100 | 10010 | 101101 | 0 | 1010011 | 111010 | 111010 | 101010110 | 1000111 | 11001 |
Color Harmonies of #6C122D
Complementary color
Monochromatic Colors of #6C122D
Black with #6C122D
Text Example
Text Example
White with #6C122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C122D; }
p { color: rgb(108,18,45); }
H1.HeaderClassName
{
color: #6C122D;
}
.AnyTagClassName
{
color: #6C122D;
}
</style>
background-color css
<style>
a { background-color: #6C122D; }
a { background-color: rgb(108,18,45); }
div.DivClassName
{
background-color: #6C122D;
}
.BgClassName
{
background-color: #6C122D;
}
</style>
border-color css
<style>
span { border-color: #6C122D; }
span { border-color: rgb(108,18,45); }
td.TdClassName
{
border-color: #6C122D;
}
.TagClassName
{
border-color: #6C122D;
}
</style>