Shades of Claret #6F1531
Tints of Claret #6F1531
RGB
CMYK
RGB Variations
Color information
#6F1531 (or 0x6F1531) is known color: Claret. HEX triplet: 6F, 15 and 31. RGB value is (111,21,49). Sum of RGB (Red+Green+Blue) = 111+21+49=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1531 is #90EACE. Grayscale: #333333. Windows color (decimal): -9497295 or 3216751. OLE color: 3216751.
HSL color Cylindrical-coordinate representation of color #6F1531: hue angle of 341.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1531 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 49 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.56 |
| HSL | 341.33º | 0.68% | 0.26% | - |
| HSV(B) | 341.33º | 0.81% | 0.44% | - |
| XYZ | 7.38 | 4.14 | 3.32 | - |
| YUV | 51.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 49 | 0 | 0.81 | 0.56 | 0.56 | 341.33 | 0.68 | 0.26 |
| Hex | 6F | 15 | 31 | 0 | 51 | 38 | 38 | 155 | 44 | 1A |
| Octal | 157 | 25 | 61 | 0 | 121 | 70 | 70 | 525 | 104 | 32 |
| Binary | 1101111 | 10101 | 110001 | 0 | 1010001 | 111000 | 111000 | 101010101 | 1000100 | 11010 |
Color Harmonies of #6F1531
Complementary color
Monochromatic Colors of #6F1531
Black with #6F1531
Text Example
Text Example
White with #6F1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1531; }
p { color: rgb(111,21,49); }
H1.HeaderClassName
{
color: #6F1531;
}
.AnyTagClassName
{
color: #6F1531;
}
</style>
background-color css
<style>
a { background-color: #6F1531; }
a { background-color: rgb(111,21,49); }
div.DivClassName
{
background-color: #6F1531;
}
.BgClassName
{
background-color: #6F1531;
}
</style>
border-color css
<style>
span { border-color: #6F1531; }
span { border-color: rgb(111,21,49); }
td.TdClassName
{
border-color: #6F1531;
}
.TagClassName
{
border-color: #6F1531;
}
</style>