Shades of Claret #6F1E2D
Tints of Claret #6F1E2D
RGB
CMYK
RGB Variations
Color information
#6F1E2D (or 0x6F1E2D) is known color: Claret. HEX triplet: 6F, 1E and 2D. RGB value is (111,30,45). Sum of RGB (Red+Green+Blue) = 111+30+45=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E2D is #90E1D2. Grayscale: #373737. Windows color (decimal): -9494995 or 2956911. OLE color: 2956911.
HSL color Cylindrical-coordinate representation of color #6F1E2D: hue angle of 348.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E2D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 45 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.56 |
| HSL | 348.89º | 0.57% | 0.28% | - |
| HSV(B) | 348.89º | 0.73% | 0.44% | - |
| XYZ | 7.49 | 4.5 | 2.96 | - |
| YUV | 55.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 45 | 0 | 0.73 | 0.59 | 0.56 | 348.89 | 0.57 | 0.28 |
| Hex | 6F | 1E | 2D | 0 | 49 | 3B | 38 | 15D | 39 | 1C |
| Octal | 157 | 36 | 55 | 0 | 111 | 73 | 70 | 535 | 71 | 34 |
| Binary | 1101111 | 11110 | 101101 | 0 | 1001001 | 111011 | 111000 | 101011101 | 111001 | 11100 |
Color Harmonies of #6F1E2D
Complementary color
Monochromatic Colors of #6F1E2D
Black with #6F1E2D
Text Example
Text Example
White with #6F1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E2D; }
p { color: rgb(111,30,45); }
H1.HeaderClassName
{
color: #6F1E2D;
}
.AnyTagClassName
{
color: #6F1E2D;
}
</style>
background-color css
<style>
a { background-color: #6F1E2D; }
a { background-color: rgb(111,30,45); }
div.DivClassName
{
background-color: #6F1E2D;
}
.BgClassName
{
background-color: #6F1E2D;
}
</style>
border-color css
<style>
span { border-color: #6F1E2D; }
span { border-color: rgb(111,30,45); }
td.TdClassName
{
border-color: #6F1E2D;
}
.TagClassName
{
border-color: #6F1E2D;
}
</style>