Shades of Claret #6F2039
Tints of Claret #6F2039
RGB
CMYK
RGB Variations
Color information
#6F2039 (or 0x6F2039) is known color: Claret. HEX triplet: 6F, 20 and 39. RGB value is (111,32,57). Sum of RGB (Red+Green+Blue) = 111+32+57=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2039 is #90DFC6. Grayscale: #3A3A3A. Windows color (decimal): -9494471 or 3743855. OLE color: 3743855.
HSL color Cylindrical-coordinate representation of color #6F2039: hue angle of 341.01º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2039 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 57 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.56 |
| HSL | 341.01º | 0.55% | 0.28% | - |
| HSV(B) | 341.01º | 0.71% | 0.44% | - |
| XYZ | 7.81 | 4.71 | 4.37 | - |
| YUV | 58.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 57 | 0 | 0.71 | 0.49 | 0.56 | 341.01 | 0.55 | 0.28 |
| Hex | 6F | 20 | 39 | 0 | 47 | 31 | 38 | 155 | 37 | 1C |
| Octal | 157 | 40 | 71 | 0 | 107 | 61 | 70 | 525 | 67 | 34 |
| Binary | 1101111 | 100000 | 111001 | 0 | 1000111 | 110001 | 111000 | 101010101 | 110111 | 11100 |
Color Harmonies of #6F2039
Complementary color
Monochromatic Colors of #6F2039
Black with #6F2039
Text Example
Text Example
White with #6F2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2039; }
p { color: rgb(111,32,57); }
H1.HeaderClassName
{
color: #6F2039;
}
.AnyTagClassName
{
color: #6F2039;
}
</style>
background-color css
<style>
a { background-color: #6F2039; }
a { background-color: rgb(111,32,57); }
div.DivClassName
{
background-color: #6F2039;
}
.BgClassName
{
background-color: #6F2039;
}
</style>
border-color css
<style>
span { border-color: #6F2039; }
span { border-color: rgb(111,32,57); }
td.TdClassName
{
border-color: #6F2039;
}
.TagClassName
{
border-color: #6F2039;
}
</style>