Shades of Claret #6F1E31
Tints of Claret #6F1E31
RGB
CMYK
RGB Variations
Color information
#6F1E31 (or 0x6F1E31) is known color: Claret. HEX triplet: 6F, 1E and 31. RGB value is (111,30,49). Sum of RGB (Red+Green+Blue) = 111+30+49=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E31 is #90E1CE. Grayscale: #383838. Windows color (decimal): -9494991 or 3219055. OLE color: 3219055.
HSL color Cylindrical-coordinate representation of color #6F1E31: hue angle of 345.93º 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 #6F1E31 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 49 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.56 |
| HSL | 345.93º | 0.57% | 0.28% | - |
| HSV(B) | 345.93º | 0.73% | 0.44% | - |
| XYZ | 7.57 | 4.53 | 3.38 | - |
| YUV | 56.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 49 | 0 | 0.73 | 0.56 | 0.56 | 345.93 | 0.57 | 0.28 |
| Hex | 6F | 1E | 31 | 0 | 49 | 38 | 38 | 15A | 39 | 1C |
| Octal | 157 | 36 | 61 | 0 | 111 | 70 | 70 | 532 | 71 | 34 |
| Binary | 1101111 | 11110 | 110001 | 0 | 1001001 | 111000 | 111000 | 101011010 | 111001 | 11100 |
Color Harmonies of #6F1E31
Complementary color
Monochromatic Colors of #6F1E31
Black with #6F1E31
Text Example
Text Example
White with #6F1E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E31; }
p { color: rgb(111,30,49); }
H1.HeaderClassName
{
color: #6F1E31;
}
.AnyTagClassName
{
color: #6F1E31;
}
</style>
background-color css
<style>
a { background-color: #6F1E31; }
a { background-color: rgb(111,30,49); }
div.DivClassName
{
background-color: #6F1E31;
}
.BgClassName
{
background-color: #6F1E31;
}
</style>
border-color css
<style>
span { border-color: #6F1E31; }
span { border-color: rgb(111,30,49); }
td.TdClassName
{
border-color: #6F1E31;
}
.TagClassName
{
border-color: #6F1E31;
}
</style>