Shades of Claret #68172E
Tints of Claret #68172E
RGB
CMYK
RGB Variations
Color information
#68172E (or 0x68172E) is known color: Claret. HEX triplet: 68, 17 and 2E. RGB value is (104,23,46). Sum of RGB (Red+Green+Blue) = 104+23+46=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68172E is #97E8D1. Grayscale: #313131. Windows color (decimal): -9955538 or 3020648. OLE color: 3020648.
HSL color Cylindrical-coordinate representation of color #68172E: hue angle of 342.96º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68172E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 46 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.59 |
| HSL | 342.96º | 0.64% | 0.25% | - |
| HSV(B) | 342.96º | 0.78% | 0.41% | - |
| XYZ | 6.51 | 3.75 | 2.97 | - |
| YUV | 49.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 46 | 0 | 0.78 | 0.56 | 0.59 | 342.96 | 0.64 | 0.25 |
| Hex | 68 | 17 | 2E | 0 | 4E | 38 | 3B | 157 | 40 | 19 |
| Octal | 150 | 27 | 56 | 0 | 116 | 70 | 73 | 527 | 100 | 31 |
| Binary | 1101000 | 10111 | 101110 | 0 | 1001110 | 111000 | 111011 | 101010111 | 1000000 | 11001 |
Color Harmonies of #68172E
Complementary color
Monochromatic Colors of #68172E
Black with #68172E
Text Example
Text Example
White with #68172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68172E; }
p { color: rgb(104,23,46); }
H1.HeaderClassName
{
color: #68172E;
}
.AnyTagClassName
{
color: #68172E;
}
</style>
background-color css
<style>
a { background-color: #68172E; }
a { background-color: rgb(104,23,46); }
div.DivClassName
{
background-color: #68172E;
}
.BgClassName
{
background-color: #68172E;
}
</style>
border-color css
<style>
span { border-color: #68172E; }
span { border-color: rgb(104,23,46); }
td.TdClassName
{
border-color: #68172E;
}
.TagClassName
{
border-color: #68172E;
}
</style>