Shades of Claret #6F2935
Tints of Claret #6F2935
RGB
CMYK
RGB Variations
Color information
#6F2935 (or 0x6F2935) is known color: Claret. HEX triplet: 6F, 29 and 35. RGB value is (111,41,53). Sum of RGB (Red+Green+Blue) = 111+41+53=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2935 is #90D6CA. Grayscale: #3F3F3F. Windows color (decimal): -9492171 or 3484015. OLE color: 3484015.
HSL color Cylindrical-coordinate representation of color #6F2935: hue angle of 349.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2935 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 53 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.56 |
| HSL | 349.71º | 0.46% | 0.3% | - |
| HSV(B) | 349.71º | 0.63% | 0.44% | - |
| XYZ | 7.99 | 5.22 | 3.96 | - |
| YUV | 63.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 53 | 0 | 0.63 | 0.52 | 0.56 | 349.71 | 0.46 | 0.3 |
| Hex | 6F | 29 | 35 | 0 | 3F | 34 | 38 | 15E | 2E | 1E |
| Octal | 157 | 51 | 65 | 0 | 77 | 64 | 70 | 536 | 56 | 36 |
| Binary | 1101111 | 101001 | 110101 | 0 | 111111 | 110100 | 111000 | 101011110 | 101110 | 11110 |
Color Harmonies of #6F2935
Complementary color
Monochromatic Colors of #6F2935
Black with #6F2935
Text Example
Text Example
White with #6F2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2935; }
p { color: rgb(111,41,53); }
H1.HeaderClassName
{
color: #6F2935;
}
.AnyTagClassName
{
color: #6F2935;
}
</style>
background-color css
<style>
a { background-color: #6F2935; }
a { background-color: rgb(111,41,53); }
div.DivClassName
{
background-color: #6F2935;
}
.BgClassName
{
background-color: #6F2935;
}
</style>
border-color css
<style>
span { border-color: #6F2935; }
span { border-color: rgb(111,41,53); }
td.TdClassName
{
border-color: #6F2935;
}
.TagClassName
{
border-color: #6F2935;
}
</style>