Shades of Claret #6C122E
Tints of Claret #6C122E
RGB
CMYK
RGB Variations
Color information
#6C122E (or 0x6C122E) is known color: Claret. HEX triplet: 6C, 12 and 2E. RGB value is (108,18,46). Sum of RGB (Red+Green+Blue) = 108+18+46=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C122E is #93EDD1. Grayscale: #303030. Windows color (decimal): -9694674 or 3019372. OLE color: 3019372.
HSL color Cylindrical-coordinate representation of color #6C122E: hue angle of 341.33º 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 #6C122E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 18 | 46 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.58 |
| HSL | 341.33º | 0.71% | 0.25% | - |
| HSV(B) | 341.33º | 0.83% | 0.42% | - |
| XYZ | 6.89 | 3.82 | 2.96 | - |
| YUV | 48.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 46 | 0 | 0.83 | 0.57 | 0.58 | 341.33 | 0.71 | 0.25 |
| Hex | 6C | 12 | 2E | 0 | 53 | 39 | 3A | 155 | 47 | 19 |
| Octal | 154 | 22 | 56 | 0 | 123 | 71 | 72 | 525 | 107 | 31 |
| Binary | 1101100 | 10010 | 101110 | 0 | 1010011 | 111001 | 111010 | 101010101 | 1000111 | 11001 |
Color Harmonies of #6C122E
Complementary color
Monochromatic Colors of #6C122E
Black with #6C122E
Text Example
Text Example
White with #6C122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C122E; }
p { color: rgb(108,18,46); }
H1.HeaderClassName
{
color: #6C122E;
}
.AnyTagClassName
{
color: #6C122E;
}
</style>
background-color css
<style>
a { background-color: #6C122E; }
a { background-color: rgb(108,18,46); }
div.DivClassName
{
background-color: #6C122E;
}
.BgClassName
{
background-color: #6C122E;
}
</style>
border-color css
<style>
span { border-color: #6C122E; }
span { border-color: rgb(108,18,46); }
td.TdClassName
{
border-color: #6C122E;
}
.TagClassName
{
border-color: #6C122E;
}
</style>