Shades of Claret #6D102F
Tints of Claret #6D102F
RGB
CMYK
RGB Variations
Color information
#6D102F (or 0x6D102F) is known color: Claret. HEX triplet: 6D, 10 and 2F. RGB value is (109,16,47). Sum of RGB (Red+Green+Blue) = 109+16+47=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D102F is #92EFD0. Grayscale: #2F2F2F. Windows color (decimal): -9629649 or 3084397. OLE color: 3084397.
HSL color Cylindrical-coordinate representation of color #6D102F: hue angle of 340º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D102F is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 47 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.57 |
| HSL | 340º | 0.74% | 0.25% | - |
| HSV(B) | 340º | 0.85% | 0.43% | - |
| XYZ | 7.01 | 3.83 | 3.06 | - |
| YUV | 47.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 47 | 0 | 0.85 | 0.57 | 0.57 | 340 | 0.74 | 0.25 |
| Hex | 6D | 10 | 2F | 0 | 55 | 39 | 39 | 154 | 4A | 19 |
| Octal | 155 | 20 | 57 | 0 | 125 | 71 | 71 | 524 | 112 | 31 |
| Binary | 1101101 | 10000 | 101111 | 0 | 1010101 | 111001 | 111001 | 101010100 | 1001010 | 11001 |
Color Harmonies of #6D102F
Complementary color
Monochromatic Colors of #6D102F
Black with #6D102F
Text Example
Text Example
White with #6D102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D102F; }
p { color: rgb(109,16,47); }
H1.HeaderClassName
{
color: #6D102F;
}
.AnyTagClassName
{
color: #6D102F;
}
</style>
background-color css
<style>
a { background-color: #6D102F; }
a { background-color: rgb(109,16,47); }
div.DivClassName
{
background-color: #6D102F;
}
.BgClassName
{
background-color: #6D102F;
}
</style>
border-color css
<style>
span { border-color: #6D102F; }
span { border-color: rgb(109,16,47); }
td.TdClassName
{
border-color: #6D102F;
}
.TagClassName
{
border-color: #6D102F;
}
</style>