Shades of Claret #6D1936
Tints of Claret #6D1936
RGB
CMYK
RGB Variations
Color information
#6D1936 (or 0x6D1936) is known color: Claret. HEX triplet: 6D, 19 and 36. RGB value is (109,25,54). Sum of RGB (Red+Green+Blue) = 109+25+54=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1936 is #92E6C9. Grayscale: #353535. Windows color (decimal): -9627338 or 3545453. OLE color: 3545453.
HSL color Cylindrical-coordinate representation of color #6D1936: hue angle of 339.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D1936 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 54 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.57 |
| HSL | 339.29º | 0.63% | 0.26% | - |
| HSV(B) | 339.29º | 0.77% | 0.43% | - |
| XYZ | 7.32 | 4.21 | 3.92 | - |
| YUV | 53.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 54 | 0 | 0.77 | 0.50 | 0.57 | 339.29 | 0.63 | 0.26 |
| Hex | 6D | 19 | 36 | 0 | 4D | 32 | 39 | 153 | 3F | 1A |
| Octal | 155 | 31 | 66 | 0 | 115 | 62 | 71 | 523 | 77 | 32 |
| Binary | 1101101 | 11001 | 110110 | 0 | 1001101 | 110010 | 111001 | 101010011 | 111111 | 11010 |
Color Harmonies of #6D1936
Complementary color
Monochromatic Colors of #6D1936
Black with #6D1936
Text Example
Text Example
White with #6D1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1936; }
p { color: rgb(109,25,54); }
H1.HeaderClassName
{
color: #6D1936;
}
.AnyTagClassName
{
color: #6D1936;
}
</style>
background-color css
<style>
a { background-color: #6D1936; }
a { background-color: rgb(109,25,54); }
div.DivClassName
{
background-color: #6D1936;
}
.BgClassName
{
background-color: #6D1936;
}
</style>
border-color css
<style>
span { border-color: #6D1936; }
span { border-color: rgb(109,25,54); }
td.TdClassName
{
border-color: #6D1936;
}
.TagClassName
{
border-color: #6D1936;
}
</style>