Shades of Claret #6C2137
Tints of Claret #6C2137
RGB
CMYK
RGB Variations
Color information
#6C2137 (or 0x6C2137) is known color: Claret. HEX triplet: 6C, 21 and 37. RGB value is (108,33,55). Sum of RGB (Red+Green+Blue) = 108+33+55=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2137 is #93DEC8. Grayscale: #393939. Windows color (decimal): -9690825 or 3613036. OLE color: 3613036.
HSL color Cylindrical-coordinate representation of color #6C2137: hue angle of 342.4º 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 #6C2137 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 55 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.58 |
| HSL | 342.4º | 0.53% | 0.28% | - |
| HSV(B) | 342.4º | 0.69% | 0.42% | - |
| XYZ | 7.42 | 4.55 | 4.1 | - |
| YUV | 57.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 55 | 0 | 0.69 | 0.49 | 0.58 | 342.4 | 0.53 | 0.28 |
| Hex | 6C | 21 | 37 | 0 | 45 | 31 | 3A | 156 | 35 | 1C |
| Octal | 154 | 41 | 67 | 0 | 105 | 61 | 72 | 526 | 65 | 34 |
| Binary | 1101100 | 100001 | 110111 | 0 | 1000101 | 110001 | 111010 | 101010110 | 110101 | 11100 |
Color Harmonies of #6C2137
Complementary color
Monochromatic Colors of #6C2137
Black with #6C2137
Text Example
Text Example
White with #6C2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2137; }
p { color: rgb(108,33,55); }
H1.HeaderClassName
{
color: #6C2137;
}
.AnyTagClassName
{
color: #6C2137;
}
</style>
background-color css
<style>
a { background-color: #6C2137; }
a { background-color: rgb(108,33,55); }
div.DivClassName
{
background-color: #6C2137;
}
.BgClassName
{
background-color: #6C2137;
}
</style>
border-color css
<style>
span { border-color: #6C2137; }
span { border-color: rgb(108,33,55); }
td.TdClassName
{
border-color: #6C2137;
}
.TagClassName
{
border-color: #6C2137;
}
</style>