Shades of Claret #6F172E
Tints of Claret #6F172E
RGB
CMYK
RGB Variations
Color information
#6F172E (or 0x6F172E) is known color: Claret. HEX triplet: 6F, 17 and 2E. RGB value is (111,23,46). Sum of RGB (Red+Green+Blue) = 111+23+46=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F172E is #90E8D1. Grayscale: #333333. Windows color (decimal): -9496786 or 3020655. OLE color: 3020655.
HSL color Cylindrical-coordinate representation of color #6F172E: hue angle of 344.32º 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 #6F172E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 46 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.56 |
| HSL | 344.32º | 0.66% | 0.26% | - |
| HSV(B) | 344.32º | 0.79% | 0.44% | - |
| XYZ | 7.36 | 4.19 | 3.01 | - |
| YUV | 51.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 46 | 0 | 0.79 | 0.59 | 0.56 | 344.32 | 0.66 | 0.26 |
| Hex | 6F | 17 | 2E | 0 | 4F | 3B | 38 | 158 | 42 | 1A |
| Octal | 157 | 27 | 56 | 0 | 117 | 73 | 70 | 530 | 102 | 32 |
| Binary | 1101111 | 10111 | 101110 | 0 | 1001111 | 111011 | 111000 | 101011000 | 1000010 | 11010 |
Color Harmonies of #6F172E
Complementary color
Monochromatic Colors of #6F172E
Black with #6F172E
Text Example
Text Example
White with #6F172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F172E; }
p { color: rgb(111,23,46); }
H1.HeaderClassName
{
color: #6F172E;
}
.AnyTagClassName
{
color: #6F172E;
}
</style>
background-color css
<style>
a { background-color: #6F172E; }
a { background-color: rgb(111,23,46); }
div.DivClassName
{
background-color: #6F172E;
}
.BgClassName
{
background-color: #6F172E;
}
</style>
border-color css
<style>
span { border-color: #6F172E; }
span { border-color: rgb(111,23,46); }
td.TdClassName
{
border-color: #6F172E;
}
.TagClassName
{
border-color: #6F172E;
}
</style>