Shades of Claret #6F0E2D
Tints of Claret #6F0E2D
RGB
CMYK
RGB Variations
Color information
#6F0E2D (or 0x6F0E2D) is known color: Claret. HEX triplet: 6F, 0E and 2D. RGB value is (111,14,45). Sum of RGB (Red+Green+Blue) = 111+14+45=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E2D is #90F1D2. Grayscale: #2E2E2E. Windows color (decimal): -9499091 or 2952815. OLE color: 2952815.
HSL color Cylindrical-coordinate representation of color #6F0E2D: hue angle of 340.82º 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 #6F0E2D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 45 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.56 |
| HSL | 340.82º | 0.78% | 0.25% | - |
| HSV(B) | 340.82º | 0.87% | 0.44% | - |
| XYZ | 7.19 | 3.88 | 2.85 | - |
| YUV | 46.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 45 | 0 | 0.87 | 0.59 | 0.56 | 340.82 | 0.78 | 0.25 |
| Hex | 6F | E | 2D | 0 | 57 | 3B | 38 | 155 | 4E | 19 |
| Octal | 157 | 16 | 55 | 0 | 127 | 73 | 70 | 525 | 116 | 31 |
| Binary | 1101111 | 1110 | 101101 | 0 | 1010111 | 111011 | 111000 | 101010101 | 1001110 | 11001 |
Color Harmonies of #6F0E2D
Complementary color
Monochromatic Colors of #6F0E2D
Black with #6F0E2D
Text Example
Text Example
White with #6F0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E2D; }
p { color: rgb(111,14,45); }
H1.HeaderClassName
{
color: #6F0E2D;
}
.AnyTagClassName
{
color: #6F0E2D;
}
</style>
background-color css
<style>
a { background-color: #6F0E2D; }
a { background-color: rgb(111,14,45); }
div.DivClassName
{
background-color: #6F0E2D;
}
.BgClassName
{
background-color: #6F0E2D;
}
</style>
border-color css
<style>
span { border-color: #6F0E2D; }
span { border-color: rgb(111,14,45); }
td.TdClassName
{
border-color: #6F0E2D;
}
.TagClassName
{
border-color: #6F0E2D;
}
</style>