Shades of Claret #6D1331
Tints of Claret #6D1331
RGB
CMYK
RGB Variations
Color information
#6D1331 (or 0x6D1331) is known color: Claret. HEX triplet: 6D, 13 and 31. RGB value is (109,19,49). Sum of RGB (Red+Green+Blue) = 109+19+49=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1331 is #92ECCE. Grayscale: #313131. Windows color (decimal): -9628879 or 3216237. OLE color: 3216237.
HSL color Cylindrical-coordinate representation of color #6D1331: hue angle of 340º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1331 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 49 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.57 |
| HSL | 340º | 0.7% | 0.25% | - |
| HSV(B) | 340º | 0.83% | 0.43% | - |
| XYZ | 7.09 | 3.94 | 3.29 | - |
| YUV | 49.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 49 | 0 | 0.83 | 0.55 | 0.57 | 340 | 0.7 | 0.25 |
| Hex | 6D | 13 | 31 | 0 | 53 | 37 | 39 | 154 | 46 | 19 |
| Octal | 155 | 23 | 61 | 0 | 123 | 67 | 71 | 524 | 106 | 31 |
| Binary | 1101101 | 10011 | 110001 | 0 | 1010011 | 110111 | 111001 | 101010100 | 1000110 | 11001 |
Color Harmonies of #6D1331
Complementary color
Monochromatic Colors of #6D1331
Black with #6D1331
Text Example
Text Example
White with #6D1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1331; }
p { color: rgb(109,19,49); }
H1.HeaderClassName
{
color: #6D1331;
}
.AnyTagClassName
{
color: #6D1331;
}
</style>
background-color css
<style>
a { background-color: #6D1331; }
a { background-color: rgb(109,19,49); }
div.DivClassName
{
background-color: #6D1331;
}
.BgClassName
{
background-color: #6D1331;
}
</style>
border-color css
<style>
span { border-color: #6D1331; }
span { border-color: rgb(109,19,49); }
td.TdClassName
{
border-color: #6D1331;
}
.TagClassName
{
border-color: #6D1331;
}
</style>