Shades of Claret #6C2734
Tints of Claret #6C2734
RGB
CMYK
RGB Variations
Color information
#6C2734 (or 0x6C2734) is known color: Claret. HEX triplet: 6C, 27 and 34. RGB value is (108,39,52). Sum of RGB (Red+Green+Blue) = 108+39+52=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2734 is #93D8CB. Grayscale: #3D3D3D. Windows color (decimal): -9689292 or 3417964. OLE color: 3417964.
HSL color Cylindrical-coordinate representation of color #6C2734: hue angle of 348.7º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C2734 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 39 | 52 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.58 |
| HSL | 348.7º | 0.47% | 0.29% | - |
| HSV(B) | 348.7º | 0.64% | 0.42% | - |
| XYZ | 7.53 | 4.89 | 3.8 | - |
| YUV | 61.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 52 | 0 | 0.64 | 0.52 | 0.58 | 348.7 | 0.47 | 0.29 |
| Hex | 6C | 27 | 34 | 0 | 40 | 34 | 3A | 15D | 2F | 1D |
| Octal | 154 | 47 | 64 | 0 | 100 | 64 | 72 | 535 | 57 | 35 |
| Binary | 1101100 | 100111 | 110100 | 0 | 1000000 | 110100 | 111010 | 101011101 | 101111 | 11101 |
Color Harmonies of #6C2734
Complementary color
Monochromatic Colors of #6C2734
Black with #6C2734
Text Example
Text Example
White with #6C2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2734; }
p { color: rgb(108,39,52); }
H1.HeaderClassName
{
color: #6C2734;
}
.AnyTagClassName
{
color: #6C2734;
}
</style>
background-color css
<style>
a { background-color: #6C2734; }
a { background-color: rgb(108,39,52); }
div.DivClassName
{
background-color: #6C2734;
}
.BgClassName
{
background-color: #6C2734;
}
</style>
border-color css
<style>
span { border-color: #6C2734; }
span { border-color: rgb(108,39,52); }
td.TdClassName
{
border-color: #6C2734;
}
.TagClassName
{
border-color: #6C2734;
}
</style>