Shades of Claret #6D2034
Tints of Claret #6D2034
RGB
CMYK
RGB Variations
Color information
#6D2034 (or 0x6D2034) is known color: Claret. HEX triplet: 6D, 20 and 34. RGB value is (109,32,52). Sum of RGB (Red+Green+Blue) = 109+32+52=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2034 is #92DFCB. Grayscale: #393939. Windows color (decimal): -9625548 or 3416173. OLE color: 3416173.
HSL color Cylindrical-coordinate representation of color #6D2034: hue angle of 344.42º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2034 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 52 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.57 |
| HSL | 344.42º | 0.55% | 0.28% | - |
| HSV(B) | 344.42º | 0.71% | 0.43% | - |
| XYZ | 7.44 | 4.53 | 3.73 | - |
| YUV | 57.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 52 | 0 | 0.71 | 0.52 | 0.57 | 344.42 | 0.55 | 0.28 |
| Hex | 6D | 20 | 34 | 0 | 47 | 34 | 39 | 158 | 37 | 1C |
| Octal | 155 | 40 | 64 | 0 | 107 | 64 | 71 | 530 | 67 | 34 |
| Binary | 1101101 | 100000 | 110100 | 0 | 1000111 | 110100 | 111001 | 101011000 | 110111 | 11100 |
Color Harmonies of #6D2034
Complementary color
Monochromatic Colors of #6D2034
Black with #6D2034
Text Example
Text Example
White with #6D2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2034; }
p { color: rgb(109,32,52); }
H1.HeaderClassName
{
color: #6D2034;
}
.AnyTagClassName
{
color: #6D2034;
}
</style>
background-color css
<style>
a { background-color: #6D2034; }
a { background-color: rgb(109,32,52); }
div.DivClassName
{
background-color: #6D2034;
}
.BgClassName
{
background-color: #6D2034;
}
</style>
border-color css
<style>
span { border-color: #6D2034; }
span { border-color: rgb(109,32,52); }
td.TdClassName
{
border-color: #6D2034;
}
.TagClassName
{
border-color: #6D2034;
}
</style>