Shades of Claret #6A2934
Tints of Claret #6A2934
RGB
CMYK
RGB Variations
Color information
#6A2934 (or 0x6A2934) is known color: Claret. HEX triplet: 6A, 29 and 34. RGB value is (106,41,52). Sum of RGB (Red+Green+Blue) = 106+41+52=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2934 is #95D6CB. Grayscale: #3D3D3D. Windows color (decimal): -9819852 or 3418474. OLE color: 3418474.
HSL color Cylindrical-coordinate representation of color #6A2934: hue angle of 349.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A2934 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 41 | 52 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.58 |
| HSL | 349.85º | 0.44% | 0.29% | - |
| HSV(B) | 349.85º | 0.61% | 0.42% | - |
| XYZ | 7.36 | 4.9 | 3.81 | - |
| YUV | 61.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 52 | 0 | 0.61 | 0.51 | 0.58 | 349.85 | 0.44 | 0.29 |
| Hex | 6A | 29 | 34 | 0 | 3D | 33 | 3A | 15E | 2C | 1D |
| Octal | 152 | 51 | 64 | 0 | 75 | 63 | 72 | 536 | 54 | 35 |
| Binary | 1101010 | 101001 | 110100 | 0 | 111101 | 110011 | 111010 | 101011110 | 101100 | 11101 |
Color Harmonies of #6A2934
Complementary color
Monochromatic Colors of #6A2934
Black with #6A2934
Text Example
Text Example
White with #6A2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2934; }
p { color: rgb(106,41,52); }
H1.HeaderClassName
{
color: #6A2934;
}
.AnyTagClassName
{
color: #6A2934;
}
</style>
background-color css
<style>
a { background-color: #6A2934; }
a { background-color: rgb(106,41,52); }
div.DivClassName
{
background-color: #6A2934;
}
.BgClassName
{
background-color: #6A2934;
}
</style>
border-color css
<style>
span { border-color: #6A2934; }
span { border-color: rgb(106,41,52); }
td.TdClassName
{
border-color: #6A2934;
}
.TagClassName
{
border-color: #6A2934;
}
</style>