Shades of Claret #6D1034
Tints of Claret #6D1034
RGB
CMYK
RGB Variations
Color information
#6D1034 (or 0x6D1034) is known color: Claret. HEX triplet: 6D, 10 and 34. RGB value is (109,16,52). Sum of RGB (Red+Green+Blue) = 109+16+52=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1034 is #92EFCB. Grayscale: #2F2F2F. Windows color (decimal): -9629644 or 3412077. OLE color: 3412077.
HSL color Cylindrical-coordinate representation of color #6D1034: hue angle of 336.77º 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 #6D1034 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 52 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.57 |
| HSL | 336.77º | 0.74% | 0.25% | - |
| HSV(B) | 336.77º | 0.85% | 0.43% | - |
| XYZ | 7.11 | 3.87 | 3.62 | - |
| YUV | 47.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 52 | 0 | 0.85 | 0.52 | 0.57 | 336.77 | 0.74 | 0.25 |
| Hex | 6D | 10 | 34 | 0 | 55 | 34 | 39 | 151 | 4A | 19 |
| Octal | 155 | 20 | 64 | 0 | 125 | 64 | 71 | 521 | 112 | 31 |
| Binary | 1101101 | 10000 | 110100 | 0 | 1010101 | 110100 | 111001 | 101010001 | 1001010 | 11001 |
Color Harmonies of #6D1034
Complementary color
Monochromatic Colors of #6D1034
Black with #6D1034
Text Example
Text Example
White with #6D1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1034; }
p { color: rgb(109,16,52); }
H1.HeaderClassName
{
color: #6D1034;
}
.AnyTagClassName
{
color: #6D1034;
}
</style>
background-color css
<style>
a { background-color: #6D1034; }
a { background-color: rgb(109,16,52); }
div.DivClassName
{
background-color: #6D1034;
}
.BgClassName
{
background-color: #6D1034;
}
</style>
border-color css
<style>
span { border-color: #6D1034; }
span { border-color: rgb(109,16,52); }
td.TdClassName
{
border-color: #6D1034;
}
.TagClassName
{
border-color: #6D1034;
}
</style>