Shades of Claret #6C2332
Tints of Claret #6C2332
RGB
CMYK
RGB Variations
Color information
#6C2332 (or 0x6C2332) is known color: Claret. HEX triplet: 6C, 23 and 32. RGB value is (108,35,50). Sum of RGB (Red+Green+Blue) = 108+35+50=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2332 is #93DCCD. Grayscale: #3A3A3A. Windows color (decimal): -9690318 or 3285868. OLE color: 3285868.
HSL color Cylindrical-coordinate representation of color #6C2332: hue angle of 347.67º 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 #6C2332 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 50 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.58 |
| HSL | 347.67º | 0.51% | 0.28% | - |
| HSV(B) | 347.67º | 0.68% | 0.42% | - |
| XYZ | 7.36 | 4.62 | 3.52 | - |
| YUV | 58.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 50 | 0 | 0.68 | 0.54 | 0.58 | 347.67 | 0.51 | 0.28 |
| Hex | 6C | 23 | 32 | 0 | 44 | 36 | 3A | 15C | 33 | 1C |
| Octal | 154 | 43 | 62 | 0 | 104 | 66 | 72 | 534 | 63 | 34 |
| Binary | 1101100 | 100011 | 110010 | 0 | 1000100 | 110110 | 111010 | 101011100 | 110011 | 11100 |
Color Harmonies of #6C2332
Complementary color
Monochromatic Colors of #6C2332
Black with #6C2332
Text Example
Text Example
White with #6C2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2332; }
p { color: rgb(108,35,50); }
H1.HeaderClassName
{
color: #6C2332;
}
.AnyTagClassName
{
color: #6C2332;
}
</style>
background-color css
<style>
a { background-color: #6C2332; }
a { background-color: rgb(108,35,50); }
div.DivClassName
{
background-color: #6C2332;
}
.BgClassName
{
background-color: #6C2332;
}
</style>
border-color css
<style>
span { border-color: #6C2332; }
span { border-color: rgb(108,35,50); }
td.TdClassName
{
border-color: #6C2332;
}
.TagClassName
{
border-color: #6C2332;
}
</style>