Shades of Claret #6F0F2E
Tints of Claret #6F0F2E
RGB
CMYK
RGB Variations
Color information
#6F0F2E (or 0x6F0F2E) is known color: Claret. HEX triplet: 6F, 0F and 2E. RGB value is (111,15,46). Sum of RGB (Red+Green+Blue) = 111+15+46=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F2E is #90F0D1. Grayscale: #2F2F2F. Windows color (decimal): -9498834 or 3018607. OLE color: 3018607.
HSL color Cylindrical-coordinate representation of color #6F0F2E: hue angle of 340.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F2E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 46 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.56 |
| HSL | 340.63º | 0.76% | 0.25% | - |
| HSV(B) | 340.63º | 0.86% | 0.44% | - |
| XYZ | 7.22 | 3.92 | 2.96 | - |
| YUV | 47.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 46 | 0 | 0.86 | 0.59 | 0.56 | 340.63 | 0.76 | 0.25 |
| Hex | 6F | F | 2E | 0 | 56 | 3B | 38 | 155 | 4C | 19 |
| Octal | 157 | 17 | 56 | 0 | 126 | 73 | 70 | 525 | 114 | 31 |
| Binary | 1101111 | 1111 | 101110 | 0 | 1010110 | 111011 | 111000 | 101010101 | 1001100 | 11001 |
Color Harmonies of #6F0F2E
Complementary color
Monochromatic Colors of #6F0F2E
Black with #6F0F2E
Text Example
Text Example
White with #6F0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F2E; }
p { color: rgb(111,15,46); }
H1.HeaderClassName
{
color: #6F0F2E;
}
.AnyTagClassName
{
color: #6F0F2E;
}
</style>
background-color css
<style>
a { background-color: #6F0F2E; }
a { background-color: rgb(111,15,46); }
div.DivClassName
{
background-color: #6F0F2E;
}
.BgClassName
{
background-color: #6F0F2E;
}
</style>
border-color css
<style>
span { border-color: #6F0F2E; }
span { border-color: rgb(111,15,46); }
td.TdClassName
{
border-color: #6F0F2E;
}
.TagClassName
{
border-color: #6F0F2E;
}
</style>