Shades of Claret #6D1A35
Tints of Claret #6D1A35
RGB
CMYK
RGB Variations
Color information
#6D1A35 (or 0x6D1A35) is known color: Claret. HEX triplet: 6D, 1A and 35. RGB value is (109,26,53). Sum of RGB (Red+Green+Blue) = 109+26+53=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A35 is #92E5CA. Grayscale: #353535. Windows color (decimal): -9627083 or 3480173. OLE color: 3480173.
HSL color Cylindrical-coordinate representation of color #6D1A35: hue angle of 340.48º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A35 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 53 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.57 |
| HSL | 340.48º | 0.61% | 0.26% | - |
| HSV(B) | 340.48º | 0.76% | 0.43% | - |
| XYZ | 7.32 | 4.25 | 3.8 | - |
| YUV | 53.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 53 | 0 | 0.76 | 0.51 | 0.57 | 340.48 | 0.61 | 0.26 |
| Hex | 6D | 1A | 35 | 0 | 4C | 33 | 39 | 154 | 3D | 1A |
| Octal | 155 | 32 | 65 | 0 | 114 | 63 | 71 | 524 | 75 | 32 |
| Binary | 1101101 | 11010 | 110101 | 0 | 1001100 | 110011 | 111001 | 101010100 | 111101 | 11010 |
Color Harmonies of #6D1A35
Complementary color
Monochromatic Colors of #6D1A35
Black with #6D1A35
Text Example
Text Example
White with #6D1A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A35; }
p { color: rgb(109,26,53); }
H1.HeaderClassName
{
color: #6D1A35;
}
.AnyTagClassName
{
color: #6D1A35;
}
</style>
background-color css
<style>
a { background-color: #6D1A35; }
a { background-color: rgb(109,26,53); }
div.DivClassName
{
background-color: #6D1A35;
}
.BgClassName
{
background-color: #6D1A35;
}
</style>
border-color css
<style>
span { border-color: #6D1A35; }
span { border-color: rgb(109,26,53); }
td.TdClassName
{
border-color: #6D1A35;
}
.TagClassName
{
border-color: #6D1A35;
}
</style>