Shades of Claret #6D2A34
Tints of Claret #6D2A34
RGB
CMYK
RGB Variations
Color information
#6D2A34 (or 0x6D2A34) is known color: Claret. HEX triplet: 6D, 2A and 34. RGB value is (109,42,52). Sum of RGB (Red+Green+Blue) = 109+42+52=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A34 is #92D5CB. Grayscale: #3F3F3F. Windows color (decimal): -9622988 or 3418733. OLE color: 3418733.
HSL color Cylindrical-coordinate representation of color #6D2A34: hue angle of 351.04º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A34 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 52 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.57 |
| HSL | 351.04º | 0.44% | 0.3% | - |
| HSV(B) | 351.04º | 0.61% | 0.43% | - |
| XYZ | 7.75 | 5.16 | 3.84 | - |
| YUV | 63.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 52 | 0 | 0.61 | 0.52 | 0.57 | 351.04 | 0.44 | 0.3 |
| Hex | 6D | 2A | 34 | 0 | 3D | 34 | 39 | 15F | 2C | 1E |
| Octal | 155 | 52 | 64 | 0 | 75 | 64 | 71 | 537 | 54 | 36 |
| Binary | 1101101 | 101010 | 110100 | 0 | 111101 | 110100 | 111001 | 101011111 | 101100 | 11110 |
Color Harmonies of #6D2A34
Complementary color
Monochromatic Colors of #6D2A34
Black with #6D2A34
Text Example
Text Example
White with #6D2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A34; }
p { color: rgb(109,42,52); }
H1.HeaderClassName
{
color: #6D2A34;
}
.AnyTagClassName
{
color: #6D2A34;
}
</style>
background-color css
<style>
a { background-color: #6D2A34; }
a { background-color: rgb(109,42,52); }
div.DivClassName
{
background-color: #6D2A34;
}
.BgClassName
{
background-color: #6D2A34;
}
</style>
border-color css
<style>
span { border-color: #6D2A34; }
span { border-color: rgb(109,42,52); }
td.TdClassName
{
border-color: #6D2A34;
}
.TagClassName
{
border-color: #6D2A34;
}
</style>