Shades of Claret #6D192D
Tints of Claret #6D192D
RGB
CMYK
RGB Variations
Color information
#6D192D (or 0x6D192D) is known color: Claret. HEX triplet: 6D, 19 and 2D. RGB value is (109,25,45). Sum of RGB (Red+Green+Blue) = 109+25+45=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D192D is #92E6D2. Grayscale: #343434. Windows color (decimal): -9627347 or 2955629. OLE color: 2955629.
HSL color Cylindrical-coordinate representation of color #6D192D: hue angle of 345.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D192D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 45 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.57 |
| HSL | 345.71º | 0.63% | 0.26% | - |
| HSV(B) | 345.71º | 0.77% | 0.43% | - |
| XYZ | 7.13 | 4.14 | 2.91 | - |
| YUV | 52.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 45 | 0 | 0.77 | 0.59 | 0.57 | 345.71 | 0.63 | 0.26 |
| Hex | 6D | 19 | 2D | 0 | 4D | 3B | 39 | 15A | 3F | 1A |
| Octal | 155 | 31 | 55 | 0 | 115 | 73 | 71 | 532 | 77 | 32 |
| Binary | 1101101 | 11001 | 101101 | 0 | 1001101 | 111011 | 111001 | 101011010 | 111111 | 11010 |
Color Harmonies of #6D192D
Complementary color
Monochromatic Colors of #6D192D
Black with #6D192D
Text Example
Text Example
White with #6D192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D192D; }
p { color: rgb(109,25,45); }
H1.HeaderClassName
{
color: #6D192D;
}
.AnyTagClassName
{
color: #6D192D;
}
</style>
background-color css
<style>
a { background-color: #6D192D; }
a { background-color: rgb(109,25,45); }
div.DivClassName
{
background-color: #6D192D;
}
.BgClassName
{
background-color: #6D192D;
}
</style>
border-color css
<style>
span { border-color: #6D192D; }
span { border-color: rgb(109,25,45); }
td.TdClassName
{
border-color: #6D192D;
}
.TagClassName
{
border-color: #6D192D;
}
</style>