Shades of Claret #6D0D2C
Tints of Claret #6D0D2C
RGB
CMYK
RGB Variations
Color information
#6D0D2C (or 0x6D0D2C) is known color: Claret. HEX triplet: 6D, 0D and 2C. RGB value is (109,13,44). Sum of RGB (Red+Green+Blue) = 109+13+44=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D2C is #92F2D3. Grayscale: #2D2D2D. Windows color (decimal): -9630420 or 2887021. OLE color: 2887021.
HSL color Cylindrical-coordinate representation of color #6D0D2C: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D2C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 44 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.57 |
| HSL | 340.63º | 0.79% | 0.24% | - |
| HSV(B) | 340.63º | 0.88% | 0.43% | - |
| XYZ | 6.91 | 3.72 | 2.74 | - |
| YUV | 45.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 44 | 0 | 0.88 | 0.60 | 0.57 | 340.63 | 0.79 | 0.24 |
| Hex | 6D | D | 2C | 0 | 58 | 3C | 39 | 155 | 4F | 18 |
| Octal | 155 | 15 | 54 | 0 | 130 | 74 | 71 | 525 | 117 | 30 |
| Binary | 1101101 | 1101 | 101100 | 0 | 1011000 | 111100 | 111001 | 101010101 | 1001111 | 11000 |
Color Harmonies of #6D0D2C
Complementary color
Monochromatic Colors of #6D0D2C
Black with #6D0D2C
Text Example
Text Example
White with #6D0D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D2C; }
p { color: rgb(109,13,44); }
H1.HeaderClassName
{
color: #6D0D2C;
}
.AnyTagClassName
{
color: #6D0D2C;
}
</style>
background-color css
<style>
a { background-color: #6D0D2C; }
a { background-color: rgb(109,13,44); }
div.DivClassName
{
background-color: #6D0D2C;
}
.BgClassName
{
background-color: #6D0D2C;
}
</style>
border-color css
<style>
span { border-color: #6D0D2C; }
span { border-color: rgb(109,13,44); }
td.TdClassName
{
border-color: #6D0D2C;
}
.TagClassName
{
border-color: #6D0D2C;
}
</style>