Shades of Claret #681E2F
Tints of Claret #681E2F
RGB
CMYK
RGB Variations
Color information
#681E2F (or 0x681E2F) is known color: Claret. HEX triplet: 68, 1E and 2F. RGB value is (104,30,47). Sum of RGB (Red+Green+Blue) = 104+30+47=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E2F is #97E1D0. Grayscale: #363636. Windows color (decimal): -9953745 or 3087976. OLE color: 3087976.
HSL color Cylindrical-coordinate representation of color #681E2F: hue angle of 346.22º 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 #681E2F is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 47 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.59 |
| HSL | 346.22º | 0.55% | 0.26% | - |
| HSV(B) | 346.22º | 0.71% | 0.41% | - |
| XYZ | 6.69 | 4.08 | 3.12 | - |
| YUV | 54.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 47 | 0 | 0.71 | 0.55 | 0.59 | 346.22 | 0.55 | 0.26 |
| Hex | 68 | 1E | 2F | 0 | 47 | 37 | 3B | 15A | 37 | 1A |
| Octal | 150 | 36 | 57 | 0 | 107 | 67 | 73 | 532 | 67 | 32 |
| Binary | 1101000 | 11110 | 101111 | 0 | 1000111 | 110111 | 111011 | 101011010 | 110111 | 11010 |
Color Harmonies of #681E2F
Complementary color
Monochromatic Colors of #681E2F
Black with #681E2F
Text Example
Text Example
White with #681E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E2F; }
p { color: rgb(104,30,47); }
H1.HeaderClassName
{
color: #681E2F;
}
.AnyTagClassName
{
color: #681E2F;
}
</style>
background-color css
<style>
a { background-color: #681E2F; }
a { background-color: rgb(104,30,47); }
div.DivClassName
{
background-color: #681E2F;
}
.BgClassName
{
background-color: #681E2F;
}
</style>
border-color css
<style>
span { border-color: #681E2F; }
span { border-color: rgb(104,30,47); }
td.TdClassName
{
border-color: #681E2F;
}
.TagClassName
{
border-color: #681E2F;
}
</style>