Shades of Claret #6D2331
Tints of Claret #6D2331
RGB
CMYK
RGB Variations
Color information
#6D2331 (or 0x6D2331) is known color: Claret. HEX triplet: 6D, 23 and 31. RGB value is (109,35,49). Sum of RGB (Red+Green+Blue) = 109+35+49=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2331 is #92DCCE. Grayscale: #3A3A3A. Windows color (decimal): -9624783 or 3220333. OLE color: 3220333.
HSL color Cylindrical-coordinate representation of color #6D2331: hue angle of 348.65º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2331 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 49 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.57 |
| HSL | 348.65º | 0.51% | 0.28% | - |
| HSV(B) | 348.65º | 0.68% | 0.43% | - |
| XYZ | 7.46 | 4.68 | 3.41 | - |
| YUV | 58.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 49 | 0 | 0.68 | 0.55 | 0.57 | 348.65 | 0.51 | 0.28 |
| Hex | 6D | 23 | 31 | 0 | 44 | 37 | 39 | 15D | 33 | 1C |
| Octal | 155 | 43 | 61 | 0 | 104 | 67 | 71 | 535 | 63 | 34 |
| Binary | 1101101 | 100011 | 110001 | 0 | 1000100 | 110111 | 111001 | 101011101 | 110011 | 11100 |
Color Harmonies of #6D2331
Complementary color
Monochromatic Colors of #6D2331
Black with #6D2331
Text Example
Text Example
White with #6D2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2331; }
p { color: rgb(109,35,49); }
H1.HeaderClassName
{
color: #6D2331;
}
.AnyTagClassName
{
color: #6D2331;
}
</style>
background-color css
<style>
a { background-color: #6D2331; }
a { background-color: rgb(109,35,49); }
div.DivClassName
{
background-color: #6D2331;
}
.BgClassName
{
background-color: #6D2331;
}
</style>
border-color css
<style>
span { border-color: #6D2331; }
span { border-color: rgb(109,35,49); }
td.TdClassName
{
border-color: #6D2331;
}
.TagClassName
{
border-color: #6D2331;
}
</style>