Shades of Claret #6D1636
Tints of Claret #6D1636
RGB
CMYK
RGB Variations
Color information
#6D1636 (or 0x6D1636) is known color: Claret. HEX triplet: 6D, 16 and 36. RGB value is (109,22,54). Sum of RGB (Red+Green+Blue) = 109+22+54=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1636 is #92E9C9. Grayscale: #333333. Windows color (decimal): -9628106 or 3544685. OLE color: 3544685.
HSL color Cylindrical-coordinate representation of color #6D1636: hue angle of 337.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1636 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 54 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.57 |
| HSL | 337.93º | 0.66% | 0.26% | - |
| HSV(B) | 337.93º | 0.8% | 0.43% | - |
| XYZ | 7.26 | 4.09 | 3.9 | - |
| YUV | 51.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 54 | 0 | 0.80 | 0.50 | 0.57 | 337.93 | 0.66 | 0.26 |
| Hex | 6D | 16 | 36 | 0 | 50 | 32 | 39 | 152 | 42 | 1A |
| Octal | 155 | 26 | 66 | 0 | 120 | 62 | 71 | 522 | 102 | 32 |
| Binary | 1101101 | 10110 | 110110 | 0 | 1010000 | 110010 | 111001 | 101010010 | 1000010 | 11010 |
Color Harmonies of #6D1636
Complementary color
Monochromatic Colors of #6D1636
Black with #6D1636
Text Example
Text Example
White with #6D1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1636; }
p { color: rgb(109,22,54); }
H1.HeaderClassName
{
color: #6D1636;
}
.AnyTagClassName
{
color: #6D1636;
}
</style>
background-color css
<style>
a { background-color: #6D1636; }
a { background-color: rgb(109,22,54); }
div.DivClassName
{
background-color: #6D1636;
}
.BgClassName
{
background-color: #6D1636;
}
</style>
border-color css
<style>
span { border-color: #6D1636; }
span { border-color: rgb(109,22,54); }
td.TdClassName
{
border-color: #6D1636;
}
.TagClassName
{
border-color: #6D1636;
}
</style>