Shades of Claret #6D2934
Tints of Claret #6D2934
RGB
CMYK
RGB Variations
Color information
#6D2934 (or 0x6D2934) is known color: Claret. HEX triplet: 6D, 29 and 34. RGB value is (109,41,52). Sum of RGB (Red+Green+Blue) = 109+41+52=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2934 is #92D6CB. Grayscale: #3E3E3E. Windows color (decimal): -9623244 or 3418477. OLE color: 3418477.
HSL color Cylindrical-coordinate representation of color #6D2934: hue angle of 350.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D2934 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 52 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.57 |
| HSL | 350.29º | 0.45% | 0.29% | - |
| HSV(B) | 350.29º | 0.62% | 0.43% | - |
| XYZ | 7.72 | 5.09 | 3.82 | - |
| YUV | 62.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 52 | 0 | 0.62 | 0.52 | 0.57 | 350.29 | 0.45 | 0.29 |
| Hex | 6D | 29 | 34 | 0 | 3E | 34 | 39 | 15E | 2D | 1D |
| Octal | 155 | 51 | 64 | 0 | 76 | 64 | 71 | 536 | 55 | 35 |
| Binary | 1101101 | 101001 | 110100 | 0 | 111110 | 110100 | 111001 | 101011110 | 101101 | 11101 |
Color Harmonies of #6D2934
Complementary color
Monochromatic Colors of #6D2934
Black with #6D2934
Text Example
Text Example
White with #6D2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2934; }
p { color: rgb(109,41,52); }
H1.HeaderClassName
{
color: #6D2934;
}
.AnyTagClassName
{
color: #6D2934;
}
</style>
background-color css
<style>
a { background-color: #6D2934; }
a { background-color: rgb(109,41,52); }
div.DivClassName
{
background-color: #6D2934;
}
.BgClassName
{
background-color: #6D2934;
}
</style>
border-color css
<style>
span { border-color: #6D2934; }
span { border-color: rgb(109,41,52); }
td.TdClassName
{
border-color: #6D2934;
}
.TagClassName
{
border-color: #6D2934;
}
</style>