Shades of Claret #6C2134
Tints of Claret #6C2134
RGB
CMYK
RGB Variations
Color information
#6C2134 (or 0x6C2134) is known color: Claret. HEX triplet: 6C, 21 and 34. RGB value is (108,33,52). Sum of RGB (Red+Green+Blue) = 108+33+52=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2134 is #93DECB. Grayscale: #393939. Windows color (decimal): -9690828 or 3416428. OLE color: 3416428.
HSL color Cylindrical-coordinate representation of color #6C2134: hue angle of 344.8º 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 #6C2134 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 52 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.58 |
| HSL | 344.8º | 0.53% | 0.28% | - |
| HSV(B) | 344.8º | 0.69% | 0.42% | - |
| XYZ | 7.35 | 4.52 | 3.73 | - |
| YUV | 57.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 52 | 0 | 0.69 | 0.52 | 0.58 | 344.8 | 0.53 | 0.28 |
| Hex | 6C | 21 | 34 | 0 | 45 | 34 | 3A | 159 | 35 | 1C |
| Octal | 154 | 41 | 64 | 0 | 105 | 64 | 72 | 531 | 65 | 34 |
| Binary | 1101100 | 100001 | 110100 | 0 | 1000101 | 110100 | 111010 | 101011001 | 110101 | 11100 |
Color Harmonies of #6C2134
Complementary color
Monochromatic Colors of #6C2134
Black with #6C2134
Text Example
Text Example
White with #6C2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2134; }
p { color: rgb(108,33,52); }
H1.HeaderClassName
{
color: #6C2134;
}
.AnyTagClassName
{
color: #6C2134;
}
</style>
background-color css
<style>
a { background-color: #6C2134; }
a { background-color: rgb(108,33,52); }
div.DivClassName
{
background-color: #6C2134;
}
.BgClassName
{
background-color: #6C2134;
}
</style>
border-color css
<style>
span { border-color: #6C2134; }
span { border-color: rgb(108,33,52); }
td.TdClassName
{
border-color: #6C2134;
}
.TagClassName
{
border-color: #6C2134;
}
</style>