Shades of Claret #6F172D
Tints of Claret #6F172D
RGB
CMYK
RGB Variations
Color information
#6F172D (or 0x6F172D) is known color: Claret. HEX triplet: 6F, 17 and 2D. RGB value is (111,23,45). Sum of RGB (Red+Green+Blue) = 111+23+45=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F172D is #90E8D2. Grayscale: #333333. Windows color (decimal): -9496787 or 2955119. OLE color: 2955119.
HSL color Cylindrical-coordinate representation of color #6F172D: hue angle of 345º 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 #6F172D is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 45 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.56 |
| HSL | 345º | 0.66% | 0.26% | - |
| HSV(B) | 345º | 0.79% | 0.44% | - |
| XYZ | 7.34 | 4.18 | 2.9 | - |
| YUV | 51.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 45 | 0 | 0.79 | 0.59 | 0.56 | 345 | 0.66 | 0.26 |
| Hex | 6F | 17 | 2D | 0 | 4F | 3B | 38 | 159 | 42 | 1A |
| Octal | 157 | 27 | 55 | 0 | 117 | 73 | 70 | 531 | 102 | 32 |
| Binary | 1101111 | 10111 | 101101 | 0 | 1001111 | 111011 | 111000 | 101011001 | 1000010 | 11010 |
Color Harmonies of #6F172D
Complementary color
Monochromatic Colors of #6F172D
Black with #6F172D
Text Example
Text Example
White with #6F172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F172D; }
p { color: rgb(111,23,45); }
H1.HeaderClassName
{
color: #6F172D;
}
.AnyTagClassName
{
color: #6F172D;
}
</style>
background-color css
<style>
a { background-color: #6F172D; }
a { background-color: rgb(111,23,45); }
div.DivClassName
{
background-color: #6F172D;
}
.BgClassName
{
background-color: #6F172D;
}
</style>
border-color css
<style>
span { border-color: #6F172D; }
span { border-color: rgb(111,23,45); }
td.TdClassName
{
border-color: #6F172D;
}
.TagClassName
{
border-color: #6F172D;
}
</style>