Shades of Claret #6C2835
Tints of Claret #6C2835
RGB
CMYK
RGB Variations
Color information
#6C2835 (or 0x6C2835) is known color: Claret. HEX triplet: 6C, 28 and 35. RGB value is (108,40,53). Sum of RGB (Red+Green+Blue) = 108+40+53=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2835 is #93D7CA. Grayscale: #3D3D3D. Windows color (decimal): -9689035 or 3483756. OLE color: 3483756.
HSL color Cylindrical-coordinate representation of color #6C2835: hue angle of 348.53º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2835 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 53 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.58 |
| HSL | 348.53º | 0.46% | 0.29% | - |
| HSV(B) | 348.53º | 0.63% | 0.42% | - |
| XYZ | 7.59 | 4.96 | 3.93 | - |
| YUV | 61.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 53 | 0 | 0.63 | 0.51 | 0.58 | 348.53 | 0.46 | 0.29 |
| Hex | 6C | 28 | 35 | 0 | 3F | 33 | 3A | 15D | 2E | 1D |
| Octal | 154 | 50 | 65 | 0 | 77 | 63 | 72 | 535 | 56 | 35 |
| Binary | 1101100 | 101000 | 110101 | 0 | 111111 | 110011 | 111010 | 101011101 | 101110 | 11101 |
Color Harmonies of #6C2835
Complementary color
Monochromatic Colors of #6C2835
Black with #6C2835
Text Example
Text Example
White with #6C2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2835; }
p { color: rgb(108,40,53); }
H1.HeaderClassName
{
color: #6C2835;
}
.AnyTagClassName
{
color: #6C2835;
}
</style>
background-color css
<style>
a { background-color: #6C2835; }
a { background-color: rgb(108,40,53); }
div.DivClassName
{
background-color: #6C2835;
}
.BgClassName
{
background-color: #6C2835;
}
</style>
border-color css
<style>
span { border-color: #6C2835; }
span { border-color: rgb(108,40,53); }
td.TdClassName
{
border-color: #6C2835;
}
.TagClassName
{
border-color: #6C2835;
}
</style>