Shades of Claret #680E2F
Tints of Claret #680E2F
RGB
CMYK
RGB Variations
Color information
#680E2F (or 0x680E2F) is known color: Claret. HEX triplet: 68, 0E and 2F. RGB value is (104,14,47). Sum of RGB (Red+Green+Blue) = 104+14+47=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #680E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E2F is #97F1D0. Grayscale: #2C2C2C. Windows color (decimal): -9957841 or 3083880. OLE color: 3083880.
HSL color Cylindrical-coordinate representation of color #680E2F: hue angle of 338º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E2F is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 47 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.59 |
| HSL | 338º | 0.76% | 0.23% | - |
| HSV(B) | 338º | 0.87% | 0.41% | - |
| XYZ | 6.38 | 3.46 | 3.02 | - |
| YUV | 44.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 47 | 0 | 0.87 | 0.55 | 0.59 | 338 | 0.76 | 0.23 |
| Hex | 68 | E | 2F | 0 | 57 | 37 | 3B | 152 | 4C | 17 |
| Octal | 150 | 16 | 57 | 0 | 127 | 67 | 73 | 522 | 114 | 27 |
| Binary | 1101000 | 1110 | 101111 | 0 | 1010111 | 110111 | 111011 | 101010010 | 1001100 | 10111 |
Color Harmonies of #680E2F
Complementary color
Monochromatic Colors of #680E2F
Black with #680E2F
Text Example
Text Example
White with #680E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E2F; }
p { color: rgb(104,14,47); }
H1.HeaderClassName
{
color: #680E2F;
}
.AnyTagClassName
{
color: #680E2F;
}
</style>
background-color css
<style>
a { background-color: #680E2F; }
a { background-color: rgb(104,14,47); }
div.DivClassName
{
background-color: #680E2F;
}
.BgClassName
{
background-color: #680E2F;
}
</style>
border-color css
<style>
span { border-color: #680E2F; }
span { border-color: rgb(104,14,47); }
td.TdClassName
{
border-color: #680E2F;
}
.TagClassName
{
border-color: #680E2F;
}
</style>