Shades of Claret #6B2935
Tints of Claret #6B2935
RGB
CMYK
RGB Variations
Color information
#6B2935 (or 0x6B2935) is known color: Claret. HEX triplet: 6B, 29 and 35. RGB value is (107,41,53). Sum of RGB (Red+Green+Blue) = 107+41+53=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2935 is #94D6CA. Grayscale: #3E3E3E. Windows color (decimal): -9754315 or 3484011. OLE color: 3484011.
HSL color Cylindrical-coordinate representation of color #6B2935: hue angle of 349.09º 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 #6B2935 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 53 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.58 |
| HSL | 349.09º | 0.45% | 0.29% | - |
| HSV(B) | 349.09º | 0.62% | 0.42% | - |
| XYZ | 7.5 | 4.97 | 3.93 | - |
| YUV | 62.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 53 | 0 | 0.62 | 0.50 | 0.58 | 349.09 | 0.45 | 0.29 |
| Hex | 6B | 29 | 35 | 0 | 3E | 32 | 3A | 15D | 2D | 1D |
| Octal | 153 | 51 | 65 | 0 | 76 | 62 | 72 | 535 | 55 | 35 |
| Binary | 1101011 | 101001 | 110101 | 0 | 111110 | 110010 | 111010 | 101011101 | 101101 | 11101 |
Color Harmonies of #6B2935
Complementary color
Monochromatic Colors of #6B2935
Black with #6B2935
Text Example
Text Example
White with #6B2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2935; }
p { color: rgb(107,41,53); }
H1.HeaderClassName
{
color: #6B2935;
}
.AnyTagClassName
{
color: #6B2935;
}
</style>
background-color css
<style>
a { background-color: #6B2935; }
a { background-color: rgb(107,41,53); }
div.DivClassName
{
background-color: #6B2935;
}
.BgClassName
{
background-color: #6B2935;
}
</style>
border-color css
<style>
span { border-color: #6B2935; }
span { border-color: rgb(107,41,53); }
td.TdClassName
{
border-color: #6B2935;
}
.TagClassName
{
border-color: #6B2935;
}
</style>