Shades of Claret #6D0D2F
Tints of Claret #6D0D2F
RGB
CMYK
RGB Variations
Color information
#6D0D2F (or 0x6D0D2F) is known color: Claret. HEX triplet: 6D, 0D and 2F. RGB value is (109,13,47). Sum of RGB (Red+Green+Blue) = 109+13+47=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D2F is #92F2D0. Grayscale: #2D2D2D. Windows color (decimal): -9630417 or 3083629. OLE color: 3083629.
HSL color Cylindrical-coordinate representation of color #6D0D2F: hue angle of 338.75º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D2F is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 47 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.57 |
| HSL | 338.75º | 0.79% | 0.24% | - |
| HSV(B) | 338.75º | 0.88% | 0.43% | - |
| XYZ | 6.96 | 3.74 | 3.05 | - |
| YUV | 45.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 47 | 0 | 0.88 | 0.57 | 0.57 | 338.75 | 0.79 | 0.24 |
| Hex | 6D | D | 2F | 0 | 58 | 39 | 39 | 153 | 4F | 18 |
| Octal | 155 | 15 | 57 | 0 | 130 | 71 | 71 | 523 | 117 | 30 |
| Binary | 1101101 | 1101 | 101111 | 0 | 1011000 | 111001 | 111001 | 101010011 | 1001111 | 11000 |
Color Harmonies of #6D0D2F
Complementary color
Monochromatic Colors of #6D0D2F
Black with #6D0D2F
Text Example
Text Example
White with #6D0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D2F; }
p { color: rgb(109,13,47); }
H1.HeaderClassName
{
color: #6D0D2F;
}
.AnyTagClassName
{
color: #6D0D2F;
}
</style>
background-color css
<style>
a { background-color: #6D0D2F; }
a { background-color: rgb(109,13,47); }
div.DivClassName
{
background-color: #6D0D2F;
}
.BgClassName
{
background-color: #6D0D2F;
}
</style>
border-color css
<style>
span { border-color: #6D0D2F; }
span { border-color: rgb(109,13,47); }
td.TdClassName
{
border-color: #6D0D2F;
}
.TagClassName
{
border-color: #6D0D2F;
}
</style>