Shades of Claret #681D2E
Tints of Claret #681D2E
RGB
CMYK
RGB Variations
Color information
#681D2E (or 0x681D2E) is known color: Claret. HEX triplet: 68, 1D and 2E. RGB value is (104,29,46). Sum of RGB (Red+Green+Blue) = 104+29+46=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #681D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D2E is #97E2D1. Grayscale: #353535. Windows color (decimal): -9954002 or 3022184. OLE color: 3022184.
HSL color Cylindrical-coordinate representation of color #681D2E: hue angle of 346.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D2E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 46 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.59 |
| HSL | 346.4º | 0.56% | 0.26% | - |
| HSV(B) | 346.4º | 0.72% | 0.41% | - |
| XYZ | 6.64 | 4.02 | 3.01 | - |
| YUV | 53.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 46 | 0 | 0.72 | 0.56 | 0.59 | 346.4 | 0.56 | 0.26 |
| Hex | 68 | 1D | 2E | 0 | 48 | 38 | 3B | 15A | 38 | 1A |
| Octal | 150 | 35 | 56 | 0 | 110 | 70 | 73 | 532 | 70 | 32 |
| Binary | 1101000 | 11101 | 101110 | 0 | 1001000 | 111000 | 111011 | 101011010 | 111000 | 11010 |
Color Harmonies of #681D2E
Complementary color
Monochromatic Colors of #681D2E
Black with #681D2E
Text Example
Text Example
White with #681D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D2E; }
p { color: rgb(104,29,46); }
H1.HeaderClassName
{
color: #681D2E;
}
.AnyTagClassName
{
color: #681D2E;
}
</style>
background-color css
<style>
a { background-color: #681D2E; }
a { background-color: rgb(104,29,46); }
div.DivClassName
{
background-color: #681D2E;
}
.BgClassName
{
background-color: #681D2E;
}
</style>
border-color css
<style>
span { border-color: #681D2E; }
span { border-color: rgb(104,29,46); }
td.TdClassName
{
border-color: #681D2E;
}
.TagClassName
{
border-color: #681D2E;
}
</style>