Shades of Claret #6C2135
Tints of Claret #6C2135
RGB
CMYK
RGB Variations
Color information
#6C2135 (or 0x6C2135) is known color: Claret. HEX triplet: 6C, 21 and 35. RGB value is (108,33,53). Sum of RGB (Red+Green+Blue) = 108+33+53=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2135 is #93DECA. Grayscale: #393939. Windows color (decimal): -9690827 or 3481964. OLE color: 3481964.
HSL color Cylindrical-coordinate representation of color #6C2135: hue angle of 344º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2135 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 53 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.58 |
| HSL | 344º | 0.53% | 0.28% | - |
| HSV(B) | 344º | 0.69% | 0.42% | - |
| XYZ | 7.37 | 4.53 | 3.85 | - |
| YUV | 57.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 53 | 0 | 0.69 | 0.51 | 0.58 | 344 | 0.53 | 0.28 |
| Hex | 6C | 21 | 35 | 0 | 45 | 33 | 3A | 158 | 35 | 1C |
| Octal | 154 | 41 | 65 | 0 | 105 | 63 | 72 | 530 | 65 | 34 |
| Binary | 1101100 | 100001 | 110101 | 0 | 1000101 | 110011 | 111010 | 101011000 | 110101 | 11100 |
Color Harmonies of #6C2135
Complementary color
Monochromatic Colors of #6C2135
Black with #6C2135
Text Example
Text Example
White with #6C2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2135; }
p { color: rgb(108,33,53); }
H1.HeaderClassName
{
color: #6C2135;
}
.AnyTagClassName
{
color: #6C2135;
}
</style>
background-color css
<style>
a { background-color: #6C2135; }
a { background-color: rgb(108,33,53); }
div.DivClassName
{
background-color: #6C2135;
}
.BgClassName
{
background-color: #6C2135;
}
</style>
border-color css
<style>
span { border-color: #6C2135; }
span { border-color: rgb(108,33,53); }
td.TdClassName
{
border-color: #6C2135;
}
.TagClassName
{
border-color: #6C2135;
}
</style>