Shades of Claret #681932
Tints of Claret #681932
RGB
CMYK
RGB Variations
Color information
#681932 (or 0x681932) is known color: Claret. HEX triplet: 68, 19 and 32. RGB value is (104,25,50). Sum of RGB (Red+Green+Blue) = 104+25+50=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #681932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681932 is #97E6CD. Grayscale: #333333. Windows color (decimal): -9955022 or 3283304. OLE color: 3283304.
HSL color Cylindrical-coordinate representation of color #681932: hue angle of 341.01º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681932 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 50 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.59 |
| HSL | 341.01º | 0.61% | 0.25% | - |
| HSV(B) | 341.01º | 0.76% | 0.41% | - |
| XYZ | 6.63 | 3.87 | 3.41 | - |
| YUV | 51.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 50 | 0 | 0.76 | 0.52 | 0.59 | 341.01 | 0.61 | 0.25 |
| Hex | 68 | 19 | 32 | 0 | 4C | 34 | 3B | 155 | 3D | 19 |
| Octal | 150 | 31 | 62 | 0 | 114 | 64 | 73 | 525 | 75 | 31 |
| Binary | 1101000 | 11001 | 110010 | 0 | 1001100 | 110100 | 111011 | 101010101 | 111101 | 11001 |
Color Harmonies of #681932
Complementary color
Monochromatic Colors of #681932
Black with #681932
Text Example
Text Example
White with #681932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681932; }
p { color: rgb(104,25,50); }
H1.HeaderClassName
{
color: #681932;
}
.AnyTagClassName
{
color: #681932;
}
</style>
background-color css
<style>
a { background-color: #681932; }
a { background-color: rgb(104,25,50); }
div.DivClassName
{
background-color: #681932;
}
.BgClassName
{
background-color: #681932;
}
</style>
border-color css
<style>
span { border-color: #681932; }
span { border-color: rgb(104,25,50); }
td.TdClassName
{
border-color: #681932;
}
.TagClassName
{
border-color: #681932;
}
</style>