Shades of Claret #6C2633
Tints of Claret #6C2633
RGB
CMYK
RGB Variations
Color information
#6C2633 (or 0x6C2633) is known color: Claret. HEX triplet: 6C, 26 and 33. RGB value is (108,38,51). Sum of RGB (Red+Green+Blue) = 108+38+51=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2633 is #93D9CC. Grayscale: #3C3C3C. Windows color (decimal): -9689549 or 3352172. OLE color: 3352172.
HSL color Cylindrical-coordinate representation of color #6C2633: hue angle of 348.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2633 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 51 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.58 |
| HSL | 348.86º | 0.48% | 0.29% | - |
| HSV(B) | 348.86º | 0.65% | 0.42% | - |
| XYZ | 7.47 | 4.81 | 3.67 | - |
| YUV | 60.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 51 | 0 | 0.65 | 0.53 | 0.58 | 348.86 | 0.48 | 0.29 |
| Hex | 6C | 26 | 33 | 0 | 41 | 35 | 3A | 15D | 30 | 1D |
| Octal | 154 | 46 | 63 | 0 | 101 | 65 | 72 | 535 | 60 | 35 |
| Binary | 1101100 | 100110 | 110011 | 0 | 1000001 | 110101 | 111010 | 101011101 | 110000 | 11101 |
Color Harmonies of #6C2633
Complementary color
Monochromatic Colors of #6C2633
Black with #6C2633
Text Example
Text Example
White with #6C2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2633; }
p { color: rgb(108,38,51); }
H1.HeaderClassName
{
color: #6C2633;
}
.AnyTagClassName
{
color: #6C2633;
}
</style>
background-color css
<style>
a { background-color: #6C2633; }
a { background-color: rgb(108,38,51); }
div.DivClassName
{
background-color: #6C2633;
}
.BgClassName
{
background-color: #6C2633;
}
</style>
border-color css
<style>
span { border-color: #6C2633; }
span { border-color: rgb(108,38,51); }
td.TdClassName
{
border-color: #6C2633;
}
.TagClassName
{
border-color: #6C2633;
}
</style>