Shades of Claret #6F122F
Tints of Claret #6F122F
RGB
CMYK
RGB Variations
Color information
#6F122F (or 0x6F122F) is known color: Claret. HEX triplet: 6F, 12 and 2F. RGB value is (111,18,47). Sum of RGB (Red+Green+Blue) = 111+18+47=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F122F is #90EDD0. Grayscale: #313131. Windows color (decimal): -9498065 or 3084911. OLE color: 3084911.
HSL color Cylindrical-coordinate representation of color #6F122F: hue angle of 341.29º 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 #6F122F is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 47 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.56 |
| HSL | 341.29º | 0.72% | 0.25% | - |
| HSV(B) | 341.29º | 0.84% | 0.44% | - |
| XYZ | 7.28 | 4.02 | 3.08 | - |
| YUV | 49.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 47 | 0 | 0.84 | 0.58 | 0.56 | 341.29 | 0.72 | 0.25 |
| Hex | 6F | 12 | 2F | 0 | 54 | 3A | 38 | 155 | 48 | 19 |
| Octal | 157 | 22 | 57 | 0 | 124 | 72 | 70 | 525 | 110 | 31 |
| Binary | 1101111 | 10010 | 101111 | 0 | 1010100 | 111010 | 111000 | 101010101 | 1001000 | 11001 |
Color Harmonies of #6F122F
Complementary color
Monochromatic Colors of #6F122F
Black with #6F122F
Text Example
Text Example
White with #6F122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F122F; }
p { color: rgb(111,18,47); }
H1.HeaderClassName
{
color: #6F122F;
}
.AnyTagClassName
{
color: #6F122F;
}
</style>
background-color css
<style>
a { background-color: #6F122F; }
a { background-color: rgb(111,18,47); }
div.DivClassName
{
background-color: #6F122F;
}
.BgClassName
{
background-color: #6F122F;
}
</style>
border-color css
<style>
span { border-color: #6F122F; }
span { border-color: rgb(111,18,47); }
td.TdClassName
{
border-color: #6F122F;
}
.TagClassName
{
border-color: #6F122F;
}
</style>