Shades of Claret #6C2331
Tints of Claret #6C2331
RGB
CMYK
RGB Variations
Color information
#6C2331 (or 0x6C2331) is known color: Claret. HEX triplet: 6C, 23 and 31. RGB value is (108,35,49). Sum of RGB (Red+Green+Blue) = 108+35+49=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2331 is #93DCCE. Grayscale: #3A3A3A. Windows color (decimal): -9690319 or 3220332. OLE color: 3220332.
HSL color Cylindrical-coordinate representation of color #6C2331: hue angle of 348.49º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2331 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 49 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.58 |
| HSL | 348.49º | 0.51% | 0.28% | - |
| HSV(B) | 348.49º | 0.68% | 0.42% | - |
| XYZ | 7.34 | 4.61 | 3.41 | - |
| YUV | 58.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 49 | 0 | 0.68 | 0.55 | 0.58 | 348.49 | 0.51 | 0.28 |
| Hex | 6C | 23 | 31 | 0 | 44 | 37 | 3A | 15C | 33 | 1C |
| Octal | 154 | 43 | 61 | 0 | 104 | 67 | 72 | 534 | 63 | 34 |
| Binary | 1101100 | 100011 | 110001 | 0 | 1000100 | 110111 | 111010 | 101011100 | 110011 | 11100 |
Color Harmonies of #6C2331
Complementary color
Monochromatic Colors of #6C2331
Black with #6C2331
Text Example
Text Example
White with #6C2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2331; }
p { color: rgb(108,35,49); }
H1.HeaderClassName
{
color: #6C2331;
}
.AnyTagClassName
{
color: #6C2331;
}
</style>
background-color css
<style>
a { background-color: #6C2331; }
a { background-color: rgb(108,35,49); }
div.DivClassName
{
background-color: #6C2331;
}
.BgClassName
{
background-color: #6C2331;
}
</style>
border-color css
<style>
span { border-color: #6C2331; }
span { border-color: rgb(108,35,49); }
td.TdClassName
{
border-color: #6C2331;
}
.TagClassName
{
border-color: #6C2331;
}
</style>