Shades of Claret #6D2935
Tints of Claret #6D2935
RGB
CMYK
RGB Variations
Color information
#6D2935 (or 0x6D2935) is known color: Claret. HEX triplet: 6D, 29 and 35. RGB value is (109,41,53). Sum of RGB (Red+Green+Blue) = 109+41+53=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2935 is #92D6CA. Grayscale: #3E3E3E. Windows color (decimal): -9623243 or 3484013. OLE color: 3484013.
HSL color Cylindrical-coordinate representation of color #6D2935: hue angle of 349.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D2935 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 53 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.57 |
| HSL | 349.41º | 0.45% | 0.29% | - |
| HSV(B) | 349.41º | 0.62% | 0.43% | - |
| XYZ | 7.74 | 5.09 | 3.94 | - |
| YUV | 62.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 53 | 0 | 0.62 | 0.51 | 0.57 | 349.41 | 0.45 | 0.29 |
| Hex | 6D | 29 | 35 | 0 | 3E | 33 | 39 | 15D | 2D | 1D |
| Octal | 155 | 51 | 65 | 0 | 76 | 63 | 71 | 535 | 55 | 35 |
| Binary | 1101101 | 101001 | 110101 | 0 | 111110 | 110011 | 111001 | 101011101 | 101101 | 11101 |
Color Harmonies of #6D2935
Complementary color
Monochromatic Colors of #6D2935
Black with #6D2935
Text Example
Text Example
White with #6D2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2935; }
p { color: rgb(109,41,53); }
H1.HeaderClassName
{
color: #6D2935;
}
.AnyTagClassName
{
color: #6D2935;
}
</style>
background-color css
<style>
a { background-color: #6D2935; }
a { background-color: rgb(109,41,53); }
div.DivClassName
{
background-color: #6D2935;
}
.BgClassName
{
background-color: #6D2935;
}
</style>
border-color css
<style>
span { border-color: #6D2935; }
span { border-color: rgb(109,41,53); }
td.TdClassName
{
border-color: #6D2935;
}
.TagClassName
{
border-color: #6D2935;
}
</style>