Shades of Claret #6F1931
Tints of Claret #6F1931
RGB
CMYK
RGB Variations
Color information
#6F1931 (or 0x6F1931) is known color: Claret. HEX triplet: 6F, 19 and 31. RGB value is (111,25,49). Sum of RGB (Red+Green+Blue) = 111+25+49=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1931 is #90E6CE. Grayscale: #353535. Windows color (decimal): -9496271 or 3217775. OLE color: 3217775.
HSL color Cylindrical-coordinate representation of color #6F1931: hue angle of 343.26º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1931 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 49 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.56 |
| HSL | 343.26º | 0.63% | 0.27% | - |
| HSV(B) | 343.26º | 0.77% | 0.44% | - |
| XYZ | 7.46 | 4.3 | 3.34 | - |
| YUV | 53.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 49 | 0 | 0.77 | 0.56 | 0.56 | 343.26 | 0.63 | 0.27 |
| Hex | 6F | 19 | 31 | 0 | 4D | 38 | 38 | 157 | 3F | 1B |
| Octal | 157 | 31 | 61 | 0 | 115 | 70 | 70 | 527 | 77 | 33 |
| Binary | 1101111 | 11001 | 110001 | 0 | 1001101 | 111000 | 111000 | 101010111 | 111111 | 11011 |
Color Harmonies of #6F1931
Complementary color
Monochromatic Colors of #6F1931
Black with #6F1931
Text Example
Text Example
White with #6F1931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1931; }
p { color: rgb(111,25,49); }
H1.HeaderClassName
{
color: #6F1931;
}
.AnyTagClassName
{
color: #6F1931;
}
</style>
background-color css
<style>
a { background-color: #6F1931; }
a { background-color: rgb(111,25,49); }
div.DivClassName
{
background-color: #6F1931;
}
.BgClassName
{
background-color: #6F1931;
}
</style>
border-color css
<style>
span { border-color: #6F1931; }
span { border-color: rgb(111,25,49); }
td.TdClassName
{
border-color: #6F1931;
}
.TagClassName
{
border-color: #6F1931;
}
</style>