Shades of Claret #6F0E2E
Tints of Claret #6F0E2E
RGB
CMYK
RGB Variations
Color information
#6F0E2E (or 0x6F0E2E) is known color: Claret. HEX triplet: 6F, 0E and 2E. RGB value is (111,14,46). Sum of RGB (Red+Green+Blue) = 111+14+46=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E2E is #90F1D1. Grayscale: #2E2E2E. Windows color (decimal): -9499090 or 3018351. OLE color: 3018351.
HSL color Cylindrical-coordinate representation of color #6F0E2E: hue angle of 340.21º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E2E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 46 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.56 |
| HSL | 340.21º | 0.78% | 0.25% | - |
| HSV(B) | 340.21º | 0.87% | 0.44% | - |
| XYZ | 7.21 | 3.89 | 2.96 | - |
| YUV | 46.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 46 | 0 | 0.87 | 0.59 | 0.56 | 340.21 | 0.78 | 0.25 |
| Hex | 6F | E | 2E | 0 | 57 | 3B | 38 | 154 | 4E | 19 |
| Octal | 157 | 16 | 56 | 0 | 127 | 73 | 70 | 524 | 116 | 31 |
| Binary | 1101111 | 1110 | 101110 | 0 | 1010111 | 111011 | 111000 | 101010100 | 1001110 | 11001 |
Color Harmonies of #6F0E2E
Complementary color
Monochromatic Colors of #6F0E2E
Black with #6F0E2E
Text Example
Text Example
White with #6F0E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E2E; }
p { color: rgb(111,14,46); }
H1.HeaderClassName
{
color: #6F0E2E;
}
.AnyTagClassName
{
color: #6F0E2E;
}
</style>
background-color css
<style>
a { background-color: #6F0E2E; }
a { background-color: rgb(111,14,46); }
div.DivClassName
{
background-color: #6F0E2E;
}
.BgClassName
{
background-color: #6F0E2E;
}
</style>
border-color css
<style>
span { border-color: #6F0E2E; }
span { border-color: rgb(111,14,46); }
td.TdClassName
{
border-color: #6F0E2E;
}
.TagClassName
{
border-color: #6F0E2E;
}
</style>