Shades of Claret #6C212E
Tints of Claret #6C212E
RGB
CMYK
RGB Variations
Color information
#6C212E (or 0x6C212E) is known color: Claret. HEX triplet: 6C, 21 and 2E. RGB value is (108,33,46). Sum of RGB (Red+Green+Blue) = 108+33+46=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C212E is #93DED1. Grayscale: #383838. Windows color (decimal): -9690834 or 3023212. OLE color: 3023212.
HSL color Cylindrical-coordinate representation of color #6C212E: hue angle of 349.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C212E is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 46 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.58 |
| HSL | 349.6º | 0.53% | 0.28% | - |
| HSV(B) | 349.6º | 0.69% | 0.42% | - |
| XYZ | 7.22 | 4.47 | 3.07 | - |
| YUV | 56.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 46 | 0 | 0.69 | 0.57 | 0.58 | 349.6 | 0.53 | 0.28 |
| Hex | 6C | 21 | 2E | 0 | 45 | 39 | 3A | 15E | 35 | 1C |
| Octal | 154 | 41 | 56 | 0 | 105 | 71 | 72 | 536 | 65 | 34 |
| Binary | 1101100 | 100001 | 101110 | 0 | 1000101 | 111001 | 111010 | 101011110 | 110101 | 11100 |
Color Harmonies of #6C212E
Complementary color
Monochromatic Colors of #6C212E
Black with #6C212E
Text Example
Text Example
White with #6C212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C212E; }
p { color: rgb(108,33,46); }
H1.HeaderClassName
{
color: #6C212E;
}
.AnyTagClassName
{
color: #6C212E;
}
</style>
background-color css
<style>
a { background-color: #6C212E; }
a { background-color: rgb(108,33,46); }
div.DivClassName
{
background-color: #6C212E;
}
.BgClassName
{
background-color: #6C212E;
}
</style>
border-color css
<style>
span { border-color: #6C212E; }
span { border-color: rgb(108,33,46); }
td.TdClassName
{
border-color: #6C212E;
}
.TagClassName
{
border-color: #6C212E;
}
</style>