Shades of Claret #6D2138
Tints of Claret #6D2138
RGB
CMYK
RGB Variations
Color information
#6D2138 (or 0x6D2138) is known color: Claret. HEX triplet: 6D, 21 and 38. RGB value is (109,33,56). Sum of RGB (Red+Green+Blue) = 109+33+56=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2138 is #92DEC7. Grayscale: #3A3A3A. Windows color (decimal): -9625288 or 3678573. OLE color: 3678573.
HSL color Cylindrical-coordinate representation of color #6D2138: hue angle of 341.84º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2138 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 56 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.57 |
| HSL | 341.84º | 0.54% | 0.28% | - |
| HSV(B) | 341.84º | 0.7% | 0.43% | - |
| XYZ | 7.56 | 4.62 | 4.24 | - |
| YUV | 58.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 56 | 0 | 0.70 | 0.49 | 0.57 | 341.84 | 0.54 | 0.28 |
| Hex | 6D | 21 | 38 | 0 | 46 | 31 | 39 | 156 | 36 | 1C |
| Octal | 155 | 41 | 70 | 0 | 106 | 61 | 71 | 526 | 66 | 34 |
| Binary | 1101101 | 100001 | 111000 | 0 | 1000110 | 110001 | 111001 | 101010110 | 110110 | 11100 |
Color Harmonies of #6D2138
Complementary color
Monochromatic Colors of #6D2138
Black with #6D2138
Text Example
Text Example
White with #6D2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2138; }
p { color: rgb(109,33,56); }
H1.HeaderClassName
{
color: #6D2138;
}
.AnyTagClassName
{
color: #6D2138;
}
</style>
background-color css
<style>
a { background-color: #6D2138; }
a { background-color: rgb(109,33,56); }
div.DivClassName
{
background-color: #6D2138;
}
.BgClassName
{
background-color: #6D2138;
}
</style>
border-color css
<style>
span { border-color: #6D2138; }
span { border-color: rgb(109,33,56); }
td.TdClassName
{
border-color: #6D2138;
}
.TagClassName
{
border-color: #6D2138;
}
</style>