Shades of Claret #6F1735
Tints of Claret #6F1735
RGB
CMYK
RGB Variations
Color information
#6F1735 (or 0x6F1735) is known color: Claret. HEX triplet: 6F, 17 and 35. RGB value is (111,23,53). Sum of RGB (Red+Green+Blue) = 111+23+53=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1735 is #90E8CA. Grayscale: #343434. Windows color (decimal): -9496779 or 3479407. OLE color: 3479407.
HSL color Cylindrical-coordinate representation of color #6F1735: hue angle of 339.55º 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 #6F1735 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 53 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.56 |
| HSL | 339.55º | 0.66% | 0.26% | - |
| HSV(B) | 339.55º | 0.79% | 0.44% | - |
| XYZ | 7.5 | 4.25 | 3.79 | - |
| YUV | 52.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 53 | 0 | 0.79 | 0.52 | 0.56 | 339.55 | 0.66 | 0.26 |
| Hex | 6F | 17 | 35 | 0 | 4F | 34 | 38 | 154 | 42 | 1A |
| Octal | 157 | 27 | 65 | 0 | 117 | 64 | 70 | 524 | 102 | 32 |
| Binary | 1101111 | 10111 | 110101 | 0 | 1001111 | 110100 | 111000 | 101010100 | 1000010 | 11010 |
Color Harmonies of #6F1735
Complementary color
Monochromatic Colors of #6F1735
Black with #6F1735
Text Example
Text Example
White with #6F1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1735; }
p { color: rgb(111,23,53); }
H1.HeaderClassName
{
color: #6F1735;
}
.AnyTagClassName
{
color: #6F1735;
}
</style>
background-color css
<style>
a { background-color: #6F1735; }
a { background-color: rgb(111,23,53); }
div.DivClassName
{
background-color: #6F1735;
}
.BgClassName
{
background-color: #6F1735;
}
</style>
border-color css
<style>
span { border-color: #6F1735; }
span { border-color: rgb(111,23,53); }
td.TdClassName
{
border-color: #6F1735;
}
.TagClassName
{
border-color: #6F1735;
}
</style>