Shades of Claret #6D1C2F
Tints of Claret #6D1C2F
RGB
CMYK
RGB Variations
Color information
#6D1C2F (or 0x6D1C2F) is known color: Claret. HEX triplet: 6D, 1C and 2F. RGB value is (109,28,47). Sum of RGB (Red+Green+Blue) = 109+28+47=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C2F is #92E3D0. Grayscale: #363636. Windows color (decimal): -9626577 or 3087469. OLE color: 3087469.
HSL color Cylindrical-coordinate representation of color #6D1C2F: hue angle of 345.93º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C2F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 47 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.57 |
| HSL | 345.93º | 0.59% | 0.27% | - |
| HSV(B) | 345.93º | 0.74% | 0.43% | - |
| XYZ | 7.24 | 4.29 | 3.14 | - |
| YUV | 54.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 47 | 0 | 0.74 | 0.57 | 0.57 | 345.93 | 0.59 | 0.27 |
| Hex | 6D | 1C | 2F | 0 | 4A | 39 | 39 | 15A | 3B | 1B |
| Octal | 155 | 34 | 57 | 0 | 112 | 71 | 71 | 532 | 73 | 33 |
| Binary | 1101101 | 11100 | 101111 | 0 | 1001010 | 111001 | 111001 | 101011010 | 111011 | 11011 |
Color Harmonies of #6D1C2F
Complementary color
Monochromatic Colors of #6D1C2F
Black with #6D1C2F
Text Example
Text Example
White with #6D1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C2F; }
p { color: rgb(109,28,47); }
H1.HeaderClassName
{
color: #6D1C2F;
}
.AnyTagClassName
{
color: #6D1C2F;
}
</style>
background-color css
<style>
a { background-color: #6D1C2F; }
a { background-color: rgb(109,28,47); }
div.DivClassName
{
background-color: #6D1C2F;
}
.BgClassName
{
background-color: #6D1C2F;
}
</style>
border-color css
<style>
span { border-color: #6D1C2F; }
span { border-color: rgb(109,28,47); }
td.TdClassName
{
border-color: #6D1C2F;
}
.TagClassName
{
border-color: #6D1C2F;
}
</style>