Shades of Claret #6D2334
Tints of Claret #6D2334
RGB
CMYK
RGB Variations
Color information
#6D2334 (or 0x6D2334) is known color: Claret. HEX triplet: 6D, 23 and 34. RGB value is (109,35,52). Sum of RGB (Red+Green+Blue) = 109+35+52=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2334 is #92DCCB. Grayscale: #3B3B3B. Windows color (decimal): -9624780 or 3416941. OLE color: 3416941.
HSL color Cylindrical-coordinate representation of color #6D2334: hue angle of 346.22º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2334 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 52 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.57 |
| HSL | 346.22º | 0.51% | 0.28% | - |
| HSV(B) | 346.22º | 0.68% | 0.43% | - |
| XYZ | 7.53 | 4.7 | 3.76 | - |
| YUV | 59.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 52 | 0 | 0.68 | 0.52 | 0.57 | 346.22 | 0.51 | 0.28 |
| Hex | 6D | 23 | 34 | 0 | 44 | 34 | 39 | 15A | 33 | 1C |
| Octal | 155 | 43 | 64 | 0 | 104 | 64 | 71 | 532 | 63 | 34 |
| Binary | 1101101 | 100011 | 110100 | 0 | 1000100 | 110100 | 111001 | 101011010 | 110011 | 11100 |
Color Harmonies of #6D2334
Complementary color
Monochromatic Colors of #6D2334
Black with #6D2334
Text Example
Text Example
White with #6D2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2334; }
p { color: rgb(109,35,52); }
H1.HeaderClassName
{
color: #6D2334;
}
.AnyTagClassName
{
color: #6D2334;
}
</style>
background-color css
<style>
a { background-color: #6D2334; }
a { background-color: rgb(109,35,52); }
div.DivClassName
{
background-color: #6D2334;
}
.BgClassName
{
background-color: #6D2334;
}
</style>
border-color css
<style>
span { border-color: #6D2334; }
span { border-color: rgb(109,35,52); }
td.TdClassName
{
border-color: #6D2334;
}
.TagClassName
{
border-color: #6D2334;
}
</style>