Shades of Claret #6F0F2B
Tints of Claret #6F0F2B
RGB
CMYK
RGB Variations
Color information
#6F0F2B (or 0x6F0F2B) is known color: Claret. HEX triplet: 6F, 0F and 2B. RGB value is (111,15,43). Sum of RGB (Red+Green+Blue) = 111+15+43=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F2B is #90F0D4. Grayscale: #2E2E2E. Windows color (decimal): -9498837 or 2821999. OLE color: 2821999.
HSL color Cylindrical-coordinate representation of color #6F0F2B: hue angle of 342.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F2B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 43 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.56 |
| HSL | 342.5º | 0.76% | 0.25% | - |
| HSV(B) | 342.5º | 0.86% | 0.44% | - |
| XYZ | 7.16 | 3.9 | 2.66 | - |
| YUV | 46.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 43 | 0 | 0.86 | 0.61 | 0.56 | 342.5 | 0.76 | 0.25 |
| Hex | 6F | F | 2B | 0 | 56 | 3D | 38 | 156 | 4C | 19 |
| Octal | 157 | 17 | 53 | 0 | 126 | 75 | 70 | 526 | 114 | 31 |
| Binary | 1101111 | 1111 | 101011 | 0 | 1010110 | 111101 | 111000 | 101010110 | 1001100 | 11001 |
Color Harmonies of #6F0F2B
Complementary color
Monochromatic Colors of #6F0F2B
Black with #6F0F2B
Text Example
Text Example
White with #6F0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F2B; }
p { color: rgb(111,15,43); }
H1.HeaderClassName
{
color: #6F0F2B;
}
.AnyTagClassName
{
color: #6F0F2B;
}
</style>
background-color css
<style>
a { background-color: #6F0F2B; }
a { background-color: rgb(111,15,43); }
div.DivClassName
{
background-color: #6F0F2B;
}
.BgClassName
{
background-color: #6F0F2B;
}
</style>
border-color css
<style>
span { border-color: #6F0F2B; }
span { border-color: rgb(111,15,43); }
td.TdClassName
{
border-color: #6F0F2B;
}
.TagClassName
{
border-color: #6F0F2B;
}
</style>