Shades of Claret #681635
Tints of Claret #681635
RGB
CMYK
RGB Variations
Color information
#681635 (or 0x681635) is known color: Claret. HEX triplet: 68, 16 and 35. RGB value is (104,22,53). Sum of RGB (Red+Green+Blue) = 104+22+53=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #681635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681635 is #97E9CA. Grayscale: #323232. Windows color (decimal): -9955787 or 3479144. OLE color: 3479144.
HSL color Cylindrical-coordinate representation of color #681635: hue angle of 337.32º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681635 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 22 | 53 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.59 |
| HSL | 337.32º | 0.65% | 0.25% | - |
| HSV(B) | 337.32º | 0.79% | 0.41% | - |
| XYZ | 6.64 | 3.77 | 3.75 | - |
| YUV | 50.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 53 | 0 | 0.79 | 0.49 | 0.59 | 337.32 | 0.65 | 0.25 |
| Hex | 68 | 16 | 35 | 0 | 4F | 31 | 3B | 151 | 41 | 19 |
| Octal | 150 | 26 | 65 | 0 | 117 | 61 | 73 | 521 | 101 | 31 |
| Binary | 1101000 | 10110 | 110101 | 0 | 1001111 | 110001 | 111011 | 101010001 | 1000001 | 11001 |
Color Harmonies of #681635
Complementary color
Monochromatic Colors of #681635
Black with #681635
Text Example
Text Example
White with #681635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681635; }
p { color: rgb(104,22,53); }
H1.HeaderClassName
{
color: #681635;
}
.AnyTagClassName
{
color: #681635;
}
</style>
background-color css
<style>
a { background-color: #681635; }
a { background-color: rgb(104,22,53); }
div.DivClassName
{
background-color: #681635;
}
.BgClassName
{
background-color: #681635;
}
</style>
border-color css
<style>
span { border-color: #681635; }
span { border-color: rgb(104,22,53); }
td.TdClassName
{
border-color: #681635;
}
.TagClassName
{
border-color: #681635;
}
</style>