Shades of Claret #6F212F
Tints of Claret #6F212F
RGB
CMYK
RGB Variations
Color information
#6F212F (or 0x6F212F) is known color: Claret. HEX triplet: 6F, 21 and 2F. RGB value is (111,33,47). Sum of RGB (Red+Green+Blue) = 111+33+47=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F212F is #90DED0. Grayscale: #393939. Windows color (decimal): -9494225 or 3088751. OLE color: 3088751.
HSL color Cylindrical-coordinate representation of color #6F212F: hue angle of 349.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F212F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 47 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.56 |
| HSL | 349.23º | 0.54% | 0.28% | - |
| HSV(B) | 349.23º | 0.7% | 0.44% | - |
| XYZ | 7.61 | 4.67 | 3.19 | - |
| YUV | 57.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 47 | 0 | 0.70 | 0.58 | 0.56 | 349.23 | 0.54 | 0.28 |
| Hex | 6F | 21 | 2F | 0 | 46 | 3A | 38 | 15D | 36 | 1C |
| Octal | 157 | 41 | 57 | 0 | 106 | 72 | 70 | 535 | 66 | 34 |
| Binary | 1101111 | 100001 | 101111 | 0 | 1000110 | 111010 | 111000 | 101011101 | 110110 | 11100 |
Color Harmonies of #6F212F
Complementary color
Monochromatic Colors of #6F212F
Black with #6F212F
Text Example
Text Example
White with #6F212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F212F; }
p { color: rgb(111,33,47); }
H1.HeaderClassName
{
color: #6F212F;
}
.AnyTagClassName
{
color: #6F212F;
}
</style>
background-color css
<style>
a { background-color: #6F212F; }
a { background-color: rgb(111,33,47); }
div.DivClassName
{
background-color: #6F212F;
}
.BgClassName
{
background-color: #6F212F;
}
</style>
border-color css
<style>
span { border-color: #6F212F; }
span { border-color: rgb(111,33,47); }
td.TdClassName
{
border-color: #6F212F;
}
.TagClassName
{
border-color: #6F212F;
}
</style>