Shades of Claret #6D0C2D
Tints of Claret #6D0C2D
RGB
CMYK
RGB Variations
Color information
#6D0C2D (or 0x6D0C2D) is known color: Claret. HEX triplet: 6D, 0C and 2D. RGB value is (109,12,45). Sum of RGB (Red+Green+Blue) = 109+12+45=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0C2D is #92F3D2. Grayscale: #2C2C2C. Windows color (decimal): -9630675 or 2952301. OLE color: 2952301.
HSL color Cylindrical-coordinate representation of color #6D0C2D: hue angle of 339.59º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C2D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 12 | 45 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.57 |
| HSL | 339.59º | 0.8% | 0.24% | - |
| HSV(B) | 339.59º | 0.89% | 0.43% | - |
| XYZ | 6.91 | 3.7 | 2.83 | - |
| YUV | 44.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 45 | 0 | 0.89 | 0.59 | 0.57 | 339.59 | 0.8 | 0.24 |
| Hex | 6D | C | 2D | 0 | 59 | 3B | 39 | 154 | 50 | 18 |
| Octal | 155 | 14 | 55 | 0 | 131 | 73 | 71 | 524 | 120 | 30 |
| Binary | 1101101 | 1100 | 101101 | 0 | 1011001 | 111011 | 111001 | 101010100 | 1010000 | 11000 |
Color Harmonies of #6D0C2D
Complementary color
Monochromatic Colors of #6D0C2D
Black with #6D0C2D
Text Example
Text Example
White with #6D0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C2D; }
p { color: rgb(109,12,45); }
H1.HeaderClassName
{
color: #6D0C2D;
}
.AnyTagClassName
{
color: #6D0C2D;
}
</style>
background-color css
<style>
a { background-color: #6D0C2D; }
a { background-color: rgb(109,12,45); }
div.DivClassName
{
background-color: #6D0C2D;
}
.BgClassName
{
background-color: #6D0C2D;
}
</style>
border-color css
<style>
span { border-color: #6D0C2D; }
span { border-color: rgb(109,12,45); }
td.TdClassName
{
border-color: #6D0C2D;
}
.TagClassName
{
border-color: #6D0C2D;
}
</style>