Shades of Claret #680F2E
Tints of Claret #680F2E
RGB
CMYK
RGB Variations
Color information
#680F2E (or 0x680F2E) is known color: Claret. HEX triplet: 68, 0F and 2E. RGB value is (104,15,46). Sum of RGB (Red+Green+Blue) = 104+15+46=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #680F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F2E is #97F0D1. Grayscale: #2D2D2D. Windows color (decimal): -9957586 or 3018600. OLE color: 3018600.
HSL color Cylindrical-coordinate representation of color #680F2E: hue angle of 339.1º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F2E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 46 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.59 |
| HSL | 339.1º | 0.75% | 0.23% | - |
| HSV(B) | 339.1º | 0.86% | 0.41% | - |
| XYZ | 6.37 | 3.48 | 2.92 | - |
| YUV | 45.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 46 | 0 | 0.86 | 0.56 | 0.59 | 339.1 | 0.75 | 0.23 |
| Hex | 68 | F | 2E | 0 | 56 | 38 | 3B | 153 | 4B | 17 |
| Octal | 150 | 17 | 56 | 0 | 126 | 70 | 73 | 523 | 113 | 27 |
| Binary | 1101000 | 1111 | 101110 | 0 | 1010110 | 111000 | 111011 | 101010011 | 1001011 | 10111 |
Color Harmonies of #680F2E
Complementary color
Monochromatic Colors of #680F2E
Black with #680F2E
Text Example
Text Example
White with #680F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F2E; }
p { color: rgb(104,15,46); }
H1.HeaderClassName
{
color: #680F2E;
}
.AnyTagClassName
{
color: #680F2E;
}
</style>
background-color css
<style>
a { background-color: #680F2E; }
a { background-color: rgb(104,15,46); }
div.DivClassName
{
background-color: #680F2E;
}
.BgClassName
{
background-color: #680F2E;
}
</style>
border-color css
<style>
span { border-color: #680F2E; }
span { border-color: rgb(104,15,46); }
td.TdClassName
{
border-color: #680F2E;
}
.TagClassName
{
border-color: #680F2E;
}
</style>