Shades of Claret #6C2138
Tints of Claret #6C2138
RGB
CMYK
RGB Variations
Color information
#6C2138 (or 0x6C2138) is known color: Claret. HEX triplet: 6C, 21 and 38. RGB value is (108,33,56). Sum of RGB (Red+Green+Blue) = 108+33+56=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2138 is #93DEC7. Grayscale: #3A3A3A. Windows color (decimal): -9690824 or 3678572. OLE color: 3678572.
HSL color Cylindrical-coordinate representation of color #6C2138: hue angle of 341.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 #6C2138 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 56 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.58 |
| HSL | 341.6º | 0.53% | 0.28% | - |
| HSV(B) | 341.6º | 0.69% | 0.42% | - |
| XYZ | 7.44 | 4.56 | 4.23 | - |
| YUV | 58.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 56 | 0 | 0.69 | 0.48 | 0.58 | 341.6 | 0.53 | 0.28 |
| Hex | 6C | 21 | 38 | 0 | 45 | 30 | 3A | 156 | 35 | 1C |
| Octal | 154 | 41 | 70 | 0 | 105 | 60 | 72 | 526 | 65 | 34 |
| Binary | 1101100 | 100001 | 111000 | 0 | 1000101 | 110000 | 111010 | 101010110 | 110101 | 11100 |
Color Harmonies of #6C2138
Complementary color
Monochromatic Colors of #6C2138
Black with #6C2138
Text Example
Text Example
White with #6C2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2138; }
p { color: rgb(108,33,56); }
H1.HeaderClassName
{
color: #6C2138;
}
.AnyTagClassName
{
color: #6C2138;
}
</style>
background-color css
<style>
a { background-color: #6C2138; }
a { background-color: rgb(108,33,56); }
div.DivClassName
{
background-color: #6C2138;
}
.BgClassName
{
background-color: #6C2138;
}
</style>
border-color css
<style>
span { border-color: #6C2138; }
span { border-color: rgb(108,33,56); }
td.TdClassName
{
border-color: #6C2138;
}
.TagClassName
{
border-color: #6C2138;
}
</style>