Shades of Claret #6D2031
Tints of Claret #6D2031
RGB
CMYK
RGB Variations
Color information
#6D2031 (or 0x6D2031) is known color: Claret. HEX triplet: 6D, 20 and 31. RGB value is (109,32,49). Sum of RGB (Red+Green+Blue) = 109+32+49=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2031 is #92DFCE. Grayscale: #383838. Windows color (decimal): -9625551 or 3219565. OLE color: 3219565.
HSL color Cylindrical-coordinate representation of color #6D2031: hue angle of 346.75º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2031 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 49 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.57 |
| HSL | 346.75º | 0.55% | 0.28% | - |
| HSV(B) | 346.75º | 0.71% | 0.43% | - |
| XYZ | 7.38 | 4.51 | 3.39 | - |
| YUV | 56.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 49 | 0 | 0.71 | 0.55 | 0.57 | 346.75 | 0.55 | 0.28 |
| Hex | 6D | 20 | 31 | 0 | 47 | 37 | 39 | 15B | 37 | 1C |
| Octal | 155 | 40 | 61 | 0 | 107 | 67 | 71 | 533 | 67 | 34 |
| Binary | 1101101 | 100000 | 110001 | 0 | 1000111 | 110111 | 111001 | 101011011 | 110111 | 11100 |
Color Harmonies of #6D2031
Complementary color
Monochromatic Colors of #6D2031
Black with #6D2031
Text Example
Text Example
White with #6D2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2031; }
p { color: rgb(109,32,49); }
H1.HeaderClassName
{
color: #6D2031;
}
.AnyTagClassName
{
color: #6D2031;
}
</style>
background-color css
<style>
a { background-color: #6D2031; }
a { background-color: rgb(109,32,49); }
div.DivClassName
{
background-color: #6D2031;
}
.BgClassName
{
background-color: #6D2031;
}
</style>
border-color css
<style>
span { border-color: #6D2031; }
span { border-color: rgb(109,32,49); }
td.TdClassName
{
border-color: #6D2031;
}
.TagClassName
{
border-color: #6D2031;
}
</style>