Shades of Claret #6F1733
Tints of Claret #6F1733
RGB
CMYK
RGB Variations
Color information
#6F1733 (or 0x6F1733) is known color: Claret. HEX triplet: 6F, 17 and 33. RGB value is (111,23,51). Sum of RGB (Red+Green+Blue) = 111+23+51=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1733 is #90E8CC. Grayscale: #343434. Windows color (decimal): -9496781 or 3348335. OLE color: 3348335.
HSL color Cylindrical-coordinate representation of color #6F1733: hue angle of 340.91º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1733 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 51 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.56 |
| HSL | 340.91º | 0.66% | 0.26% | - |
| HSV(B) | 340.91º | 0.79% | 0.44% | - |
| XYZ | 7.46 | 4.23 | 3.56 | - |
| YUV | 52.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 51 | 0 | 0.79 | 0.54 | 0.56 | 340.91 | 0.66 | 0.26 |
| Hex | 6F | 17 | 33 | 0 | 4F | 36 | 38 | 155 | 42 | 1A |
| Octal | 157 | 27 | 63 | 0 | 117 | 66 | 70 | 525 | 102 | 32 |
| Binary | 1101111 | 10111 | 110011 | 0 | 1001111 | 110110 | 111000 | 101010101 | 1000010 | 11010 |
Color Harmonies of #6F1733
Complementary color
Monochromatic Colors of #6F1733
Black with #6F1733
Text Example
Text Example
White with #6F1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1733; }
p { color: rgb(111,23,51); }
H1.HeaderClassName
{
color: #6F1733;
}
.AnyTagClassName
{
color: #6F1733;
}
</style>
background-color css
<style>
a { background-color: #6F1733; }
a { background-color: rgb(111,23,51); }
div.DivClassName
{
background-color: #6F1733;
}
.BgClassName
{
background-color: #6F1733;
}
</style>
border-color css
<style>
span { border-color: #6F1733; }
span { border-color: rgb(111,23,51); }
td.TdClassName
{
border-color: #6F1733;
}
.TagClassName
{
border-color: #6F1733;
}
</style>