Shades of Claret #6D172F
Tints of Claret #6D172F
RGB
CMYK
RGB Variations
Color information
#6D172F (or 0x6D172F) is known color: Claret. HEX triplet: 6D, 17 and 2F. RGB value is (109,23,47). Sum of RGB (Red+Green+Blue) = 109+23+47=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D172F is #92E8D0. Grayscale: #333333. Windows color (decimal): -9627857 or 3086189. OLE color: 3086189.
HSL color Cylindrical-coordinate representation of color #6D172F: hue angle of 343.26º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D172F is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 47 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.57 |
| HSL | 343.26º | 0.65% | 0.26% | - |
| HSV(B) | 343.26º | 0.79% | 0.43% | - |
| XYZ | 7.13 | 4.07 | 3.1 | - |
| YUV | 51.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 47 | 0 | 0.79 | 0.57 | 0.57 | 343.26 | 0.65 | 0.26 |
| Hex | 6D | 17 | 2F | 0 | 4F | 39 | 39 | 157 | 41 | 1A |
| Octal | 155 | 27 | 57 | 0 | 117 | 71 | 71 | 527 | 101 | 32 |
| Binary | 1101101 | 10111 | 101111 | 0 | 1001111 | 111001 | 111001 | 101010111 | 1000001 | 11010 |
Color Harmonies of #6D172F
Complementary color
Monochromatic Colors of #6D172F
Black with #6D172F
Text Example
Text Example
White with #6D172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D172F; }
p { color: rgb(109,23,47); }
H1.HeaderClassName
{
color: #6D172F;
}
.AnyTagClassName
{
color: #6D172F;
}
</style>
background-color css
<style>
a { background-color: #6D172F; }
a { background-color: rgb(109,23,47); }
div.DivClassName
{
background-color: #6D172F;
}
.BgClassName
{
background-color: #6D172F;
}
</style>
border-color css
<style>
span { border-color: #6D172F; }
span { border-color: rgb(109,23,47); }
td.TdClassName
{
border-color: #6D172F;
}
.TagClassName
{
border-color: #6D172F;
}
</style>