Shades of Claret #6D2835
Tints of Claret #6D2835
RGB
CMYK
RGB Variations
Color information
#6D2835 (or 0x6D2835) is known color: Claret. HEX triplet: 6D, 28 and 35. RGB value is (109,40,53). Sum of RGB (Red+Green+Blue) = 109+40+53=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2835 is #92D7CA. Grayscale: #3E3E3E. Windows color (decimal): -9623499 or 3483757. OLE color: 3483757.
HSL color Cylindrical-coordinate representation of color #6D2835: hue angle of 348.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2835 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 53 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.57 |
| HSL | 348.7º | 0.46% | 0.29% | - |
| HSV(B) | 348.7º | 0.63% | 0.43% | - |
| XYZ | 7.71 | 5.03 | 3.93 | - |
| YUV | 62.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 53 | 0 | 0.63 | 0.51 | 0.57 | 348.7 | 0.46 | 0.29 |
| Hex | 6D | 28 | 35 | 0 | 3F | 33 | 39 | 15D | 2E | 1D |
| Octal | 155 | 50 | 65 | 0 | 77 | 63 | 71 | 535 | 56 | 35 |
| Binary | 1101101 | 101000 | 110101 | 0 | 111111 | 110011 | 111001 | 101011101 | 101110 | 11101 |
Color Harmonies of #6D2835
Complementary color
Monochromatic Colors of #6D2835
Black with #6D2835
Text Example
Text Example
White with #6D2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2835; }
p { color: rgb(109,40,53); }
H1.HeaderClassName
{
color: #6D2835;
}
.AnyTagClassName
{
color: #6D2835;
}
</style>
background-color css
<style>
a { background-color: #6D2835; }
a { background-color: rgb(109,40,53); }
div.DivClassName
{
background-color: #6D2835;
}
.BgClassName
{
background-color: #6D2835;
}
</style>
border-color css
<style>
span { border-color: #6D2835; }
span { border-color: rgb(109,40,53); }
td.TdClassName
{
border-color: #6D2835;
}
.TagClassName
{
border-color: #6D2835;
}
</style>