Shades of Claret #6F122E
Tints of Claret #6F122E
RGB
CMYK
RGB Variations
Color information
#6F122E (or 0x6F122E) is known color: Claret. HEX triplet: 6F, 12 and 2E. RGB value is (111,18,46). Sum of RGB (Red+Green+Blue) = 111+18+46=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F122E is #90EDD1. Grayscale: #303030. Windows color (decimal): -9498066 or 3019375. OLE color: 3019375.
HSL color Cylindrical-coordinate representation of color #6F122E: hue angle of 341.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F122E is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 46 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.56 |
| HSL | 341.94º | 0.72% | 0.25% | - |
| HSV(B) | 341.94º | 0.84% | 0.44% | - |
| XYZ | 7.26 | 4.01 | 2.98 | - |
| YUV | 49 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 46 | 0 | 0.84 | 0.59 | 0.56 | 341.94 | 0.72 | 0.25 |
| Hex | 6F | 12 | 2E | 0 | 54 | 3B | 38 | 156 | 48 | 19 |
| Octal | 157 | 22 | 56 | 0 | 124 | 73 | 70 | 526 | 110 | 31 |
| Binary | 1101111 | 10010 | 101110 | 0 | 1010100 | 111011 | 111000 | 101010110 | 1001000 | 11001 |
Color Harmonies of #6F122E
Complementary color
Monochromatic Colors of #6F122E
Black with #6F122E
Text Example
Text Example
White with #6F122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F122E; }
p { color: rgb(111,18,46); }
H1.HeaderClassName
{
color: #6F122E;
}
.AnyTagClassName
{
color: #6F122E;
}
</style>
background-color css
<style>
a { background-color: #6F122E; }
a { background-color: rgb(111,18,46); }
div.DivClassName
{
background-color: #6F122E;
}
.BgClassName
{
background-color: #6F122E;
}
</style>
border-color css
<style>
span { border-color: #6F122E; }
span { border-color: rgb(111,18,46); }
td.TdClassName
{
border-color: #6F122E;
}
.TagClassName
{
border-color: #6F122E;
}
</style>