Shades of Claret #6C2333
Tints of Claret #6C2333
RGB
CMYK
RGB Variations
Color information
#6C2333 (or 0x6C2333) is known color: Claret. HEX triplet: 6C, 23 and 33. RGB value is (108,35,51). Sum of RGB (Red+Green+Blue) = 108+35+51=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2333 is #93DCCC. Grayscale: #3A3A3A. Windows color (decimal): -9690317 or 3351404. OLE color: 3351404.
HSL color Cylindrical-coordinate representation of color #6C2333: hue angle of 346.85º 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 #6C2333 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 51 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.58 |
| HSL | 346.85º | 0.51% | 0.28% | - |
| HSV(B) | 346.85º | 0.68% | 0.42% | - |
| XYZ | 7.38 | 4.63 | 3.64 | - |
| YUV | 58.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 51 | 0 | 0.68 | 0.53 | 0.58 | 346.85 | 0.51 | 0.28 |
| Hex | 6C | 23 | 33 | 0 | 44 | 35 | 3A | 15B | 33 | 1C |
| Octal | 154 | 43 | 63 | 0 | 104 | 65 | 72 | 533 | 63 | 34 |
| Binary | 1101100 | 100011 | 110011 | 0 | 1000100 | 110101 | 111010 | 101011011 | 110011 | 11100 |
Color Harmonies of #6C2333
Complementary color
Monochromatic Colors of #6C2333
Black with #6C2333
Text Example
Text Example
White with #6C2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2333; }
p { color: rgb(108,35,51); }
H1.HeaderClassName
{
color: #6C2333;
}
.AnyTagClassName
{
color: #6C2333;
}
</style>
background-color css
<style>
a { background-color: #6C2333; }
a { background-color: rgb(108,35,51); }
div.DivClassName
{
background-color: #6C2333;
}
.BgClassName
{
background-color: #6C2333;
}
</style>
border-color css
<style>
span { border-color: #6C2333; }
span { border-color: rgb(108,35,51); }
td.TdClassName
{
border-color: #6C2333;
}
.TagClassName
{
border-color: #6C2333;
}
</style>