Shades of Claret #6C142C
Tints of Claret #6C142C
RGB
CMYK
RGB Variations
Color information
#6C142C (or 0x6C142C) is known color: Claret. HEX triplet: 6C, 14 and 2C. RGB value is (108,20,44). Sum of RGB (Red+Green+Blue) = 108+20+44=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C142C is #93EBD3. Grayscale: #313131. Windows color (decimal): -9694164 or 2888812. OLE color: 2888812.
HSL color Cylindrical-coordinate representation of color #6C142C: hue angle of 343.64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C142C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 44 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.58 |
| HSL | 343.64º | 0.69% | 0.25% | - |
| HSV(B) | 343.64º | 0.81% | 0.42% | - |
| XYZ | 6.89 | 3.87 | 2.77 | - |
| YUV | 49.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 44 | 0 | 0.81 | 0.59 | 0.58 | 343.64 | 0.69 | 0.25 |
| Hex | 6C | 14 | 2C | 0 | 51 | 3B | 3A | 158 | 45 | 19 |
| Octal | 154 | 24 | 54 | 0 | 121 | 73 | 72 | 530 | 105 | 31 |
| Binary | 1101100 | 10100 | 101100 | 0 | 1010001 | 111011 | 111010 | 101011000 | 1000101 | 11001 |
Color Harmonies of #6C142C
Complementary color
Monochromatic Colors of #6C142C
Black with #6C142C
Text Example
Text Example
White with #6C142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C142C; }
p { color: rgb(108,20,44); }
H1.HeaderClassName
{
color: #6C142C;
}
.AnyTagClassName
{
color: #6C142C;
}
</style>
background-color css
<style>
a { background-color: #6C142C; }
a { background-color: rgb(108,20,44); }
div.DivClassName
{
background-color: #6C142C;
}
.BgClassName
{
background-color: #6C142C;
}
</style>
border-color css
<style>
span { border-color: #6C142C; }
span { border-color: rgb(108,20,44); }
td.TdClassName
{
border-color: #6C142C;
}
.TagClassName
{
border-color: #6C142C;
}
</style>