Shades of Claret #6C2833
Tints of Claret #6C2833
RGB
CMYK
RGB Variations
Color information
#6C2833 (or 0x6C2833) is known color: Claret. HEX triplet: 6C, 28 and 33. RGB value is (108,40,51). Sum of RGB (Red+Green+Blue) = 108+40+51=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2833 is #93D7CC. Grayscale: #3D3D3D. Windows color (decimal): -9689037 or 3352684. OLE color: 3352684.
HSL color Cylindrical-coordinate representation of color #6C2833: hue angle of 350.29º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2833 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 51 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.58 |
| HSL | 350.29º | 0.46% | 0.29% | - |
| HSV(B) | 350.29º | 0.63% | 0.42% | - |
| XYZ | 7.54 | 4.94 | 3.69 | - |
| YUV | 61.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 51 | 0 | 0.63 | 0.53 | 0.58 | 350.29 | 0.46 | 0.29 |
| Hex | 6C | 28 | 33 | 0 | 3F | 35 | 3A | 15E | 2E | 1D |
| Octal | 154 | 50 | 63 | 0 | 77 | 65 | 72 | 536 | 56 | 35 |
| Binary | 1101100 | 101000 | 110011 | 0 | 111111 | 110101 | 111010 | 101011110 | 101110 | 11101 |
Color Harmonies of #6C2833
Complementary color
Monochromatic Colors of #6C2833
Black with #6C2833
Text Example
Text Example
White with #6C2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2833; }
p { color: rgb(108,40,51); }
H1.HeaderClassName
{
color: #6C2833;
}
.AnyTagClassName
{
color: #6C2833;
}
</style>
background-color css
<style>
a { background-color: #6C2833; }
a { background-color: rgb(108,40,51); }
div.DivClassName
{
background-color: #6C2833;
}
.BgClassName
{
background-color: #6C2833;
}
</style>
border-color css
<style>
span { border-color: #6C2833; }
span { border-color: rgb(108,40,51); }
td.TdClassName
{
border-color: #6C2833;
}
.TagClassName
{
border-color: #6C2833;
}
</style>