Shades of Claret #6D1A31
Tints of Claret #6D1A31
RGB
CMYK
RGB Variations
Color information
#6D1A31 (or 0x6D1A31) is known color: Claret. HEX triplet: 6D, 1A and 31. RGB value is (109,26,49). Sum of RGB (Red+Green+Blue) = 109+26+49=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A31 is #92E5CE. Grayscale: #353535. Windows color (decimal): -9627087 or 3218029. OLE color: 3218029.
HSL color Cylindrical-coordinate representation of color #6D1A31: hue angle of 343.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A31 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 49 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.57 |
| HSL | 343.37º | 0.61% | 0.26% | - |
| HSV(B) | 343.37º | 0.76% | 0.43% | - |
| XYZ | 7.23 | 4.21 | 3.34 | - |
| YUV | 53.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 49 | 0 | 0.76 | 0.55 | 0.57 | 343.37 | 0.61 | 0.26 |
| Hex | 6D | 1A | 31 | 0 | 4C | 37 | 39 | 157 | 3D | 1A |
| Octal | 155 | 32 | 61 | 0 | 114 | 67 | 71 | 527 | 75 | 32 |
| Binary | 1101101 | 11010 | 110001 | 0 | 1001100 | 110111 | 111001 | 101010111 | 111101 | 11010 |
Color Harmonies of #6D1A31
Complementary color
Monochromatic Colors of #6D1A31
Black with #6D1A31
Text Example
Text Example
White with #6D1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A31; }
p { color: rgb(109,26,49); }
H1.HeaderClassName
{
color: #6D1A31;
}
.AnyTagClassName
{
color: #6D1A31;
}
</style>
background-color css
<style>
a { background-color: #6D1A31; }
a { background-color: rgb(109,26,49); }
div.DivClassName
{
background-color: #6D1A31;
}
.BgClassName
{
background-color: #6D1A31;
}
</style>
border-color css
<style>
span { border-color: #6D1A31; }
span { border-color: rgb(109,26,49); }
td.TdClassName
{
border-color: #6D1A31;
}
.TagClassName
{
border-color: #6D1A31;
}
</style>