Shades of Claret #6D142F
Tints of Claret #6D142F
RGB
CMYK
RGB Variations
Color information
#6D142F (or 0x6D142F) is known color: Claret. HEX triplet: 6D, 14 and 2F. RGB value is (109,20,47). Sum of RGB (Red+Green+Blue) = 109+20+47=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D142F is #92EBD0. Grayscale: #313131. Windows color (decimal): -9628625 or 3085421. OLE color: 3085421.
HSL color Cylindrical-coordinate representation of color #6D142F: hue angle of 341.8º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D142F is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 47 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.57 |
| HSL | 341.8º | 0.69% | 0.25% | - |
| HSV(B) | 341.8º | 0.82% | 0.43% | - |
| XYZ | 7.07 | 3.96 | 3.08 | - |
| YUV | 49.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 47 | 0 | 0.82 | 0.57 | 0.57 | 341.8 | 0.69 | 0.25 |
| Hex | 6D | 14 | 2F | 0 | 52 | 39 | 39 | 156 | 45 | 19 |
| Octal | 155 | 24 | 57 | 0 | 122 | 71 | 71 | 526 | 105 | 31 |
| Binary | 1101101 | 10100 | 101111 | 0 | 1010010 | 111001 | 111001 | 101010110 | 1000101 | 11001 |
Color Harmonies of #6D142F
Complementary color
Monochromatic Colors of #6D142F
Black with #6D142F
Text Example
Text Example
White with #6D142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D142F; }
p { color: rgb(109,20,47); }
H1.HeaderClassName
{
color: #6D142F;
}
.AnyTagClassName
{
color: #6D142F;
}
</style>
background-color css
<style>
a { background-color: #6D142F; }
a { background-color: rgb(109,20,47); }
div.DivClassName
{
background-color: #6D142F;
}
.BgClassName
{
background-color: #6D142F;
}
</style>
border-color css
<style>
span { border-color: #6D142F; }
span { border-color: rgb(109,20,47); }
td.TdClassName
{
border-color: #6D142F;
}
.TagClassName
{
border-color: #6D142F;
}
</style>