Shades of Claret #6B2934
Tints of Claret #6B2934
RGB
CMYK
RGB Variations
Color information
#6B2934 (or 0x6B2934) is known color: Claret. HEX triplet: 6B, 29 and 34. RGB value is (107,41,52). Sum of RGB (Red+Green+Blue) = 107+41+52=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2934 is #94D6CB. Grayscale: #3E3E3E. Windows color (decimal): -9754316 or 3418475. OLE color: 3418475.
HSL color Cylindrical-coordinate representation of color #6B2934: hue angle of 350º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2934 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 52 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.58 |
| HSL | 350º | 0.45% | 0.29% | - |
| HSV(B) | 350º | 0.62% | 0.42% | - |
| XYZ | 7.48 | 4.96 | 3.81 | - |
| YUV | 61.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 52 | 0 | 0.62 | 0.51 | 0.58 | 350 | 0.45 | 0.29 |
| Hex | 6B | 29 | 34 | 0 | 3E | 33 | 3A | 15E | 2D | 1D |
| Octal | 153 | 51 | 64 | 0 | 76 | 63 | 72 | 536 | 55 | 35 |
| Binary | 1101011 | 101001 | 110100 | 0 | 111110 | 110011 | 111010 | 101011110 | 101101 | 11101 |
Color Harmonies of #6B2934
Complementary color
Monochromatic Colors of #6B2934
Black with #6B2934
Text Example
Text Example
White with #6B2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2934; }
p { color: rgb(107,41,52); }
H1.HeaderClassName
{
color: #6B2934;
}
.AnyTagClassName
{
color: #6B2934;
}
</style>
background-color css
<style>
a { background-color: #6B2934; }
a { background-color: rgb(107,41,52); }
div.DivClassName
{
background-color: #6B2934;
}
.BgClassName
{
background-color: #6B2934;
}
</style>
border-color css
<style>
span { border-color: #6B2934; }
span { border-color: rgb(107,41,52); }
td.TdClassName
{
border-color: #6B2934;
}
.TagClassName
{
border-color: #6B2934;
}
</style>