Shades of Claret #681F2E
Tints of Claret #681F2E
RGB
CMYK
RGB Variations
Color information
#681F2E (or 0x681F2E) is known color: Claret. HEX triplet: 68, 1F and 2E. RGB value is (104,31,46). Sum of RGB (Red+Green+Blue) = 104+31+46=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F2E is #97E0D1. Grayscale: #363636. Windows color (decimal): -9953490 or 3022696. OLE color: 3022696.
HSL color Cylindrical-coordinate representation of color #681F2E: hue angle of 347.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F2E is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 46 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.59 |
| HSL | 347.67º | 0.54% | 0.26% | - |
| HSV(B) | 347.67º | 0.7% | 0.41% | - |
| XYZ | 6.69 | 4.12 | 3.03 | - |
| YUV | 54.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 46 | 0 | 0.70 | 0.56 | 0.59 | 347.67 | 0.54 | 0.26 |
| Hex | 68 | 1F | 2E | 0 | 46 | 38 | 3B | 15C | 36 | 1A |
| Octal | 150 | 37 | 56 | 0 | 106 | 70 | 73 | 534 | 66 | 32 |
| Binary | 1101000 | 11111 | 101110 | 0 | 1000110 | 111000 | 111011 | 101011100 | 110110 | 11010 |
Color Harmonies of #681F2E
Complementary color
Monochromatic Colors of #681F2E
Black with #681F2E
Text Example
Text Example
White with #681F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F2E; }
p { color: rgb(104,31,46); }
H1.HeaderClassName
{
color: #681F2E;
}
.AnyTagClassName
{
color: #681F2E;
}
</style>
background-color css
<style>
a { background-color: #681F2E; }
a { background-color: rgb(104,31,46); }
div.DivClassName
{
background-color: #681F2E;
}
.BgClassName
{
background-color: #681F2E;
}
</style>
border-color css
<style>
span { border-color: #681F2E; }
span { border-color: rgb(104,31,46); }
td.TdClassName
{
border-color: #681F2E;
}
.TagClassName
{
border-color: #681F2E;
}
</style>