Shades of Claret #681E2E
Tints of Claret #681E2E
RGB
CMYK
RGB Variations
Color information
#681E2E (or 0x681E2E) is known color: Claret. HEX triplet: 68, 1E and 2E. RGB value is (104,30,46). Sum of RGB (Red+Green+Blue) = 104+30+46=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E2E is #97E1D1. Grayscale: #353535. Windows color (decimal): -9953746 or 3022440. OLE color: 3022440.
HSL color Cylindrical-coordinate representation of color #681E2E: hue angle of 347.03º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E2E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 46 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.59 |
| HSL | 347.03º | 0.55% | 0.26% | - |
| HSV(B) | 347.03º | 0.71% | 0.41% | - |
| XYZ | 6.67 | 4.07 | 3.02 | - |
| YUV | 53.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 46 | 0 | 0.71 | 0.56 | 0.59 | 347.03 | 0.55 | 0.26 |
| Hex | 68 | 1E | 2E | 0 | 47 | 38 | 3B | 15B | 37 | 1A |
| Octal | 150 | 36 | 56 | 0 | 107 | 70 | 73 | 533 | 67 | 32 |
| Binary | 1101000 | 11110 | 101110 | 0 | 1000111 | 111000 | 111011 | 101011011 | 110111 | 11010 |
Color Harmonies of #681E2E
Complementary color
Monochromatic Colors of #681E2E
Black with #681E2E
Text Example
Text Example
White with #681E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E2E; }
p { color: rgb(104,30,46); }
H1.HeaderClassName
{
color: #681E2E;
}
.AnyTagClassName
{
color: #681E2E;
}
</style>
background-color css
<style>
a { background-color: #681E2E; }
a { background-color: rgb(104,30,46); }
div.DivClassName
{
background-color: #681E2E;
}
.BgClassName
{
background-color: #681E2E;
}
</style>
border-color css
<style>
span { border-color: #681E2E; }
span { border-color: rgb(104,30,46); }
td.TdClassName
{
border-color: #681E2E;
}
.TagClassName
{
border-color: #681E2E;
}
</style>