Shades of Claret #681C31
Tints of Claret #681C31
RGB
CMYK
RGB Variations
Color information
#681C31 (or 0x681C31) is known color: Claret. HEX triplet: 68, 1C and 31. RGB value is (104,28,49). Sum of RGB (Red+Green+Blue) = 104+28+49=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C31 is #97E3CE. Grayscale: #353535. Windows color (decimal): -9954255 or 3218536. OLE color: 3218536.
HSL color Cylindrical-coordinate representation of color #681C31: hue angle of 343.42º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C31 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 49 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.59 |
| HSL | 343.42º | 0.58% | 0.26% | - |
| HSV(B) | 343.42º | 0.73% | 0.41% | - |
| XYZ | 6.68 | 4 | 3.32 | - |
| YUV | 53.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 49 | 0 | 0.73 | 0.53 | 0.59 | 343.42 | 0.58 | 0.26 |
| Hex | 68 | 1C | 31 | 0 | 49 | 35 | 3B | 157 | 3A | 1A |
| Octal | 150 | 34 | 61 | 0 | 111 | 65 | 73 | 527 | 72 | 32 |
| Binary | 1101000 | 11100 | 110001 | 0 | 1001001 | 110101 | 111011 | 101010111 | 111010 | 11010 |
Color Harmonies of #681C31
Complementary color
Monochromatic Colors of #681C31
Black with #681C31
Text Example
Text Example
White with #681C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C31; }
p { color: rgb(104,28,49); }
H1.HeaderClassName
{
color: #681C31;
}
.AnyTagClassName
{
color: #681C31;
}
</style>
background-color css
<style>
a { background-color: #681C31; }
a { background-color: rgb(104,28,49); }
div.DivClassName
{
background-color: #681C31;
}
.BgClassName
{
background-color: #681C31;
}
</style>
border-color css
<style>
span { border-color: #681C31; }
span { border-color: rgb(104,28,49); }
td.TdClassName
{
border-color: #681C31;
}
.TagClassName
{
border-color: #681C31;
}
</style>