Shades of Claret #6C2834
Tints of Claret #6C2834
RGB
CMYK
RGB Variations
Color information
#6C2834 (or 0x6C2834) is known color: Claret. HEX triplet: 6C, 28 and 34. RGB value is (108,40,52). Sum of RGB (Red+Green+Blue) = 108+40+52=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2834 is #93D7CB. Grayscale: #3D3D3D. Windows color (decimal): -9689036 or 3418220. OLE color: 3418220.
HSL color Cylindrical-coordinate representation of color #6C2834: hue angle of 349.41º 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 #6C2834 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 52 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.58 |
| HSL | 349.41º | 0.46% | 0.29% | - |
| HSV(B) | 349.41º | 0.63% | 0.42% | - |
| XYZ | 7.56 | 4.95 | 3.81 | - |
| YUV | 61.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 52 | 0 | 0.63 | 0.52 | 0.58 | 349.41 | 0.46 | 0.29 |
| Hex | 6C | 28 | 34 | 0 | 3F | 34 | 3A | 15D | 2E | 1D |
| Octal | 154 | 50 | 64 | 0 | 77 | 64 | 72 | 535 | 56 | 35 |
| Binary | 1101100 | 101000 | 110100 | 0 | 111111 | 110100 | 111010 | 101011101 | 101110 | 11101 |
Color Harmonies of #6C2834
Complementary color
Monochromatic Colors of #6C2834
Black with #6C2834
Text Example
Text Example
White with #6C2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2834; }
p { color: rgb(108,40,52); }
H1.HeaderClassName
{
color: #6C2834;
}
.AnyTagClassName
{
color: #6C2834;
}
</style>
background-color css
<style>
a { background-color: #6C2834; }
a { background-color: rgb(108,40,52); }
div.DivClassName
{
background-color: #6C2834;
}
.BgClassName
{
background-color: #6C2834;
}
</style>
border-color css
<style>
span { border-color: #6C2834; }
span { border-color: rgb(108,40,52); }
td.TdClassName
{
border-color: #6C2834;
}
.TagClassName
{
border-color: #6C2834;
}
</style>