Shades of Claret #6F1E38
Tints of Claret #6F1E38
RGB
CMYK
RGB Variations
Color information
#6F1E38 (or 0x6F1E38) is known color: Claret. HEX triplet: 6F, 1E and 38. RGB value is (111,30,56). Sum of RGB (Red+Green+Blue) = 111+30+56=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E38 is #90E1C7. Grayscale: #393939. Windows color (decimal): -9494984 or 3677807. OLE color: 3677807.
HSL color Cylindrical-coordinate representation of color #6F1E38: hue angle of 340.74º 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 #6F1E38 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 56 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.56 |
| HSL | 340.74º | 0.57% | 0.28% | - |
| HSV(B) | 340.74º | 0.73% | 0.44% | - |
| XYZ | 7.73 | 4.59 | 4.22 | - |
| YUV | 57.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 56 | 0 | 0.73 | 0.50 | 0.56 | 340.74 | 0.57 | 0.28 |
| Hex | 6F | 1E | 38 | 0 | 49 | 32 | 38 | 155 | 39 | 1C |
| Octal | 157 | 36 | 70 | 0 | 111 | 62 | 70 | 525 | 71 | 34 |
| Binary | 1101111 | 11110 | 111000 | 0 | 1001001 | 110010 | 111000 | 101010101 | 111001 | 11100 |
Color Harmonies of #6F1E38
Complementary color
Monochromatic Colors of #6F1E38
Black with #6F1E38
Text Example
Text Example
White with #6F1E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E38; }
p { color: rgb(111,30,56); }
H1.HeaderClassName
{
color: #6F1E38;
}
.AnyTagClassName
{
color: #6F1E38;
}
</style>
background-color css
<style>
a { background-color: #6F1E38; }
a { background-color: rgb(111,30,56); }
div.DivClassName
{
background-color: #6F1E38;
}
.BgClassName
{
background-color: #6F1E38;
}
</style>
border-color css
<style>
span { border-color: #6F1E38; }
span { border-color: rgb(111,30,56); }
td.TdClassName
{
border-color: #6F1E38;
}
.TagClassName
{
border-color: #6F1E38;
}
</style>