Shades of Claret #6F1E2F
Tints of Claret #6F1E2F
RGB
CMYK
RGB Variations
Color information
#6F1E2F (or 0x6F1E2F) is known color: Claret. HEX triplet: 6F, 1E and 2F. RGB value is (111,30,47). Sum of RGB (Red+Green+Blue) = 111+30+47=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E2F is #90E1D0. Grayscale: #383838. Windows color (decimal): -9494993 or 3087983. OLE color: 3087983.
HSL color Cylindrical-coordinate representation of color #6F1E2F: hue angle of 347.41º 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 #6F1E2F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 47 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.56 |
| HSL | 347.41º | 0.57% | 0.28% | - |
| HSV(B) | 347.41º | 0.73% | 0.44% | - |
| XYZ | 7.53 | 4.51 | 3.16 | - |
| YUV | 56.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 47 | 0 | 0.73 | 0.58 | 0.56 | 347.41 | 0.57 | 0.28 |
| Hex | 6F | 1E | 2F | 0 | 49 | 3A | 38 | 15B | 39 | 1C |
| Octal | 157 | 36 | 57 | 0 | 111 | 72 | 70 | 533 | 71 | 34 |
| Binary | 1101111 | 11110 | 101111 | 0 | 1001001 | 111010 | 111000 | 101011011 | 111001 | 11100 |
Color Harmonies of #6F1E2F
Complementary color
Monochromatic Colors of #6F1E2F
Black with #6F1E2F
Text Example
Text Example
White with #6F1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E2F; }
p { color: rgb(111,30,47); }
H1.HeaderClassName
{
color: #6F1E2F;
}
.AnyTagClassName
{
color: #6F1E2F;
}
</style>
background-color css
<style>
a { background-color: #6F1E2F; }
a { background-color: rgb(111,30,47); }
div.DivClassName
{
background-color: #6F1E2F;
}
.BgClassName
{
background-color: #6F1E2F;
}
</style>
border-color css
<style>
span { border-color: #6F1E2F; }
span { border-color: rgb(111,30,47); }
td.TdClassName
{
border-color: #6F1E2F;
}
.TagClassName
{
border-color: #6F1E2F;
}
</style>