Shades of Claret #6C2334
Tints of Claret #6C2334
RGB
CMYK
RGB Variations
Color information
#6C2334 (or 0x6C2334) is known color: Claret. HEX triplet: 6C, 23 and 34. RGB value is (108,35,52). Sum of RGB (Red+Green+Blue) = 108+35+52=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2334 is #93DCCB. Grayscale: #3A3A3A. Windows color (decimal): -9690316 or 3416940. OLE color: 3416940.
HSL color Cylindrical-coordinate representation of color #6C2334: hue angle of 346.03º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2334 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 52 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.58 |
| HSL | 346.03º | 0.51% | 0.28% | - |
| HSV(B) | 346.03º | 0.68% | 0.42% | - |
| XYZ | 7.41 | 4.64 | 3.75 | - |
| YUV | 58.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 52 | 0 | 0.68 | 0.52 | 0.58 | 346.03 | 0.51 | 0.28 |
| Hex | 6C | 23 | 34 | 0 | 44 | 34 | 3A | 15A | 33 | 1C |
| Octal | 154 | 43 | 64 | 0 | 104 | 64 | 72 | 532 | 63 | 34 |
| Binary | 1101100 | 100011 | 110100 | 0 | 1000100 | 110100 | 111010 | 101011010 | 110011 | 11100 |
Color Harmonies of #6C2334
Complementary color
Monochromatic Colors of #6C2334
Black with #6C2334
Text Example
Text Example
White with #6C2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2334; }
p { color: rgb(108,35,52); }
H1.HeaderClassName
{
color: #6C2334;
}
.AnyTagClassName
{
color: #6C2334;
}
</style>
background-color css
<style>
a { background-color: #6C2334; }
a { background-color: rgb(108,35,52); }
div.DivClassName
{
background-color: #6C2334;
}
.BgClassName
{
background-color: #6C2334;
}
</style>
border-color css
<style>
span { border-color: #6C2334; }
span { border-color: rgb(108,35,52); }
td.TdClassName
{
border-color: #6C2334;
}
.TagClassName
{
border-color: #6C2334;
}
</style>