Shades of Claret #6F2835
Tints of Claret #6F2835
RGB
CMYK
RGB Variations
Color information
#6F2835 (or 0x6F2835) is known color: Claret. HEX triplet: 6F, 28 and 35. RGB value is (111,40,53). Sum of RGB (Red+Green+Blue) = 111+40+53=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2835 is #90D7CA. Grayscale: #3E3E3E. Windows color (decimal): -9492427 or 3483759. OLE color: 3483759.
HSL color Cylindrical-coordinate representation of color #6F2835: hue angle of 349.01º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2835 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 53 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.56 |
| HSL | 349.01º | 0.47% | 0.3% | - |
| HSV(B) | 349.01º | 0.64% | 0.44% | - |
| XYZ | 7.96 | 5.15 | 3.94 | - |
| YUV | 62.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 53 | 0 | 0.64 | 0.52 | 0.56 | 349.01 | 0.47 | 0.3 |
| Hex | 6F | 28 | 35 | 0 | 40 | 34 | 38 | 15D | 2F | 1E |
| Octal | 157 | 50 | 65 | 0 | 100 | 64 | 70 | 535 | 57 | 36 |
| Binary | 1101111 | 101000 | 110101 | 0 | 1000000 | 110100 | 111000 | 101011101 | 101111 | 11110 |
Color Harmonies of #6F2835
Complementary color
Monochromatic Colors of #6F2835
Black with #6F2835
Text Example
Text Example
White with #6F2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2835; }
p { color: rgb(111,40,53); }
H1.HeaderClassName
{
color: #6F2835;
}
.AnyTagClassName
{
color: #6F2835;
}
</style>
background-color css
<style>
a { background-color: #6F2835; }
a { background-color: rgb(111,40,53); }
div.DivClassName
{
background-color: #6F2835;
}
.BgClassName
{
background-color: #6F2835;
}
</style>
border-color css
<style>
span { border-color: #6F2835; }
span { border-color: rgb(111,40,53); }
td.TdClassName
{
border-color: #6F2835;
}
.TagClassName
{
border-color: #6F2835;
}
</style>