Shades of Claret #6F1E34
Tints of Claret #6F1E34
RGB
CMYK
RGB Variations
Color information
#6F1E34 (or 0x6F1E34) is known color: Claret. HEX triplet: 6F, 1E and 34. RGB value is (111,30,52). Sum of RGB (Red+Green+Blue) = 111+30+52=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E34 is #90E1CB. Grayscale: #383838. Windows color (decimal): -9494988 or 3415663. OLE color: 3415663.
HSL color Cylindrical-coordinate representation of color #6F1E34: hue angle of 343.7º 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 #6F1E34 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 52 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.56 |
| HSL | 343.7º | 0.57% | 0.28% | - |
| HSV(B) | 343.7º | 0.73% | 0.44% | - |
| XYZ | 7.64 | 4.56 | 3.73 | - |
| YUV | 56.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 52 | 0 | 0.73 | 0.53 | 0.56 | 343.7 | 0.57 | 0.28 |
| Hex | 6F | 1E | 34 | 0 | 49 | 35 | 38 | 158 | 39 | 1C |
| Octal | 157 | 36 | 64 | 0 | 111 | 65 | 70 | 530 | 71 | 34 |
| Binary | 1101111 | 11110 | 110100 | 0 | 1001001 | 110101 | 111000 | 101011000 | 111001 | 11100 |
Color Harmonies of #6F1E34
Complementary color
Monochromatic Colors of #6F1E34
Black with #6F1E34
Text Example
Text Example
White with #6F1E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E34; }
p { color: rgb(111,30,52); }
H1.HeaderClassName
{
color: #6F1E34;
}
.AnyTagClassName
{
color: #6F1E34;
}
</style>
background-color css
<style>
a { background-color: #6F1E34; }
a { background-color: rgb(111,30,52); }
div.DivClassName
{
background-color: #6F1E34;
}
.BgClassName
{
background-color: #6F1E34;
}
</style>
border-color css
<style>
span { border-color: #6F1E34; }
span { border-color: rgb(111,30,52); }
td.TdClassName
{
border-color: #6F1E34;
}
.TagClassName
{
border-color: #6F1E34;
}
</style>