Shades of Claret #6C2033
Tints of Claret #6C2033
RGB
CMYK
RGB Variations
Color information
#6C2033 (or 0x6C2033) is known color: Claret. HEX triplet: 6C, 20 and 33. RGB value is (108,32,51). Sum of RGB (Red+Green+Blue) = 108+32+51=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2033 is #93DFCC. Grayscale: #383838. Windows color (decimal): -9691085 or 3350636. OLE color: 3350636.
HSL color Cylindrical-coordinate representation of color #6C2033: hue angle of 345º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2033 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 51 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.58 |
| HSL | 345º | 0.54% | 0.27% | - |
| HSV(B) | 345º | 0.7% | 0.42% | - |
| XYZ | 7.3 | 4.46 | 3.61 | - |
| YUV | 56.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 51 | 0 | 0.70 | 0.53 | 0.58 | 345 | 0.54 | 0.27 |
| Hex | 6C | 20 | 33 | 0 | 46 | 35 | 3A | 159 | 36 | 1B |
| Octal | 154 | 40 | 63 | 0 | 106 | 65 | 72 | 531 | 66 | 33 |
| Binary | 1101100 | 100000 | 110011 | 0 | 1000110 | 110101 | 111010 | 101011001 | 110110 | 11011 |
Color Harmonies of #6C2033
Complementary color
Monochromatic Colors of #6C2033
Black with #6C2033
Text Example
Text Example
White with #6C2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2033; }
p { color: rgb(108,32,51); }
H1.HeaderClassName
{
color: #6C2033;
}
.AnyTagClassName
{
color: #6C2033;
}
</style>
background-color css
<style>
a { background-color: #6C2033; }
a { background-color: rgb(108,32,51); }
div.DivClassName
{
background-color: #6C2033;
}
.BgClassName
{
background-color: #6C2033;
}
</style>
border-color css
<style>
span { border-color: #6C2033; }
span { border-color: rgb(108,32,51); }
td.TdClassName
{
border-color: #6C2033;
}
.TagClassName
{
border-color: #6C2033;
}
</style>