Shades of Claret #6F1731
Tints of Claret #6F1731
RGB
CMYK
RGB Variations
Color information
#6F1731 (or 0x6F1731) is known color: Claret. HEX triplet: 6F, 17 and 31. RGB value is (111,23,49). Sum of RGB (Red+Green+Blue) = 111+23+49=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1731 is #90E8CE. Grayscale: #343434. Windows color (decimal): -9496783 or 3217263. OLE color: 3217263.
HSL color Cylindrical-coordinate representation of color #6F1731: hue angle of 342.27º 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 #6F1731 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 49 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.56 |
| HSL | 342.27º | 0.66% | 0.26% | - |
| HSV(B) | 342.27º | 0.79% | 0.44% | - |
| XYZ | 7.42 | 4.21 | 3.33 | - |
| YUV | 52.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 49 | 0 | 0.79 | 0.56 | 0.56 | 342.27 | 0.66 | 0.26 |
| Hex | 6F | 17 | 31 | 0 | 4F | 38 | 38 | 156 | 42 | 1A |
| Octal | 157 | 27 | 61 | 0 | 117 | 70 | 70 | 526 | 102 | 32 |
| Binary | 1101111 | 10111 | 110001 | 0 | 1001111 | 111000 | 111000 | 101010110 | 1000010 | 11010 |
Color Harmonies of #6F1731
Complementary color
Monochromatic Colors of #6F1731
Black with #6F1731
Text Example
Text Example
White with #6F1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1731; }
p { color: rgb(111,23,49); }
H1.HeaderClassName
{
color: #6F1731;
}
.AnyTagClassName
{
color: #6F1731;
}
</style>
background-color css
<style>
a { background-color: #6F1731; }
a { background-color: rgb(111,23,49); }
div.DivClassName
{
background-color: #6F1731;
}
.BgClassName
{
background-color: #6F1731;
}
</style>
border-color css
<style>
span { border-color: #6F1731; }
span { border-color: rgb(111,23,49); }
td.TdClassName
{
border-color: #6F1731;
}
.TagClassName
{
border-color: #6F1731;
}
</style>