Shades of Claret #6D212F
Tints of Claret #6D212F
RGB
CMYK
RGB Variations
Color information
#6D212F (or 0x6D212F) is known color: Claret. HEX triplet: 6D, 21 and 2F. RGB value is (109,33,47). Sum of RGB (Red+Green+Blue) = 109+33+47=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D212F is #92DED0. Grayscale: #393939. Windows color (decimal): -9625297 or 3088749. OLE color: 3088749.
HSL color Cylindrical-coordinate representation of color #6D212F: hue angle of 348.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D212F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 47 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.57 |
| HSL | 348.95º | 0.54% | 0.28% | - |
| HSV(B) | 348.95º | 0.7% | 0.43% | - |
| XYZ | 7.36 | 4.54 | 3.18 | - |
| YUV | 57.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 47 | 0 | 0.70 | 0.57 | 0.57 | 348.95 | 0.54 | 0.28 |
| Hex | 6D | 21 | 2F | 0 | 46 | 39 | 39 | 15D | 36 | 1C |
| Octal | 155 | 41 | 57 | 0 | 106 | 71 | 71 | 535 | 66 | 34 |
| Binary | 1101101 | 100001 | 101111 | 0 | 1000110 | 111001 | 111001 | 101011101 | 110110 | 11100 |
Color Harmonies of #6D212F
Complementary color
Monochromatic Colors of #6D212F
Black with #6D212F
Text Example
Text Example
White with #6D212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D212F; }
p { color: rgb(109,33,47); }
H1.HeaderClassName
{
color: #6D212F;
}
.AnyTagClassName
{
color: #6D212F;
}
</style>
background-color css
<style>
a { background-color: #6D212F; }
a { background-color: rgb(109,33,47); }
div.DivClassName
{
background-color: #6D212F;
}
.BgClassName
{
background-color: #6D212F;
}
</style>
border-color css
<style>
span { border-color: #6D212F; }
span { border-color: rgb(109,33,47); }
td.TdClassName
{
border-color: #6D212F;
}
.TagClassName
{
border-color: #6D212F;
}
</style>