Shades of Claret #6C2431
Tints of Claret #6C2431
RGB
CMYK
RGB Variations
Color information
#6C2431 (or 0x6C2431) is known color: Claret. HEX triplet: 6C, 24 and 31. RGB value is (108,36,49). Sum of RGB (Red+Green+Blue) = 108+36+49=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2431 is #93DBCE. Grayscale: #3B3B3B. Windows color (decimal): -9690063 or 3220588. OLE color: 3220588.
HSL color Cylindrical-coordinate representation of color #6C2431: hue angle of 349.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2431 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 49 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.58 |
| HSL | 349.17º | 0.5% | 0.28% | - |
| HSV(B) | 349.17º | 0.67% | 0.42% | - |
| XYZ | 7.37 | 4.67 | 3.42 | - |
| YUV | 59.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 49 | 0 | 0.67 | 0.55 | 0.58 | 349.17 | 0.5 | 0.28 |
| Hex | 6C | 24 | 31 | 0 | 43 | 37 | 3A | 15D | 32 | 1C |
| Octal | 154 | 44 | 61 | 0 | 103 | 67 | 72 | 535 | 62 | 34 |
| Binary | 1101100 | 100100 | 110001 | 0 | 1000011 | 110111 | 111010 | 101011101 | 110010 | 11100 |
Color Harmonies of #6C2431
Complementary color
Monochromatic Colors of #6C2431
Black with #6C2431
Text Example
Text Example
White with #6C2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2431; }
p { color: rgb(108,36,49); }
H1.HeaderClassName
{
color: #6C2431;
}
.AnyTagClassName
{
color: #6C2431;
}
</style>
background-color css
<style>
a { background-color: #6C2431; }
a { background-color: rgb(108,36,49); }
div.DivClassName
{
background-color: #6C2431;
}
.BgClassName
{
background-color: #6C2431;
}
</style>
border-color css
<style>
span { border-color: #6C2431; }
span { border-color: rgb(108,36,49); }
td.TdClassName
{
border-color: #6C2431;
}
.TagClassName
{
border-color: #6C2431;
}
</style>