Shades of Claret #6C2635
Tints of Claret #6C2635
RGB
CMYK
RGB Variations
Color information
#6C2635 (or 0x6C2635) is known color: Claret. HEX triplet: 6C, 26 and 35. RGB value is (108,38,53). Sum of RGB (Red+Green+Blue) = 108+38+53=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2635 is #93D9CA. Grayscale: #3C3C3C. Windows color (decimal): -9689547 or 3483244. OLE color: 3483244.
HSL color Cylindrical-coordinate representation of color #6C2635: hue angle of 347.14º 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 #6C2635 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 53 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.58 |
| HSL | 347.14º | 0.48% | 0.29% | - |
| HSV(B) | 347.14º | 0.65% | 0.42% | - |
| XYZ | 7.52 | 4.83 | 3.9 | - |
| YUV | 60.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 53 | 0 | 0.65 | 0.51 | 0.58 | 347.14 | 0.48 | 0.29 |
| Hex | 6C | 26 | 35 | 0 | 41 | 33 | 3A | 15B | 30 | 1D |
| Octal | 154 | 46 | 65 | 0 | 101 | 63 | 72 | 533 | 60 | 35 |
| Binary | 1101100 | 100110 | 110101 | 0 | 1000001 | 110011 | 111010 | 101011011 | 110000 | 11101 |
Color Harmonies of #6C2635
Complementary color
Monochromatic Colors of #6C2635
Black with #6C2635
Text Example
Text Example
White with #6C2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2635; }
p { color: rgb(108,38,53); }
H1.HeaderClassName
{
color: #6C2635;
}
.AnyTagClassName
{
color: #6C2635;
}
</style>
background-color css
<style>
a { background-color: #6C2635; }
a { background-color: rgb(108,38,53); }
div.DivClassName
{
background-color: #6C2635;
}
.BgClassName
{
background-color: #6C2635;
}
</style>
border-color css
<style>
span { border-color: #6C2635; }
span { border-color: rgb(108,38,53); }
td.TdClassName
{
border-color: #6C2635;
}
.TagClassName
{
border-color: #6C2635;
}
</style>