Shades of Claret #682634
Tints of Claret #682634
RGB
CMYK
RGB Variations
Color information
#682634 (or 0x682634) is known color: Claret. HEX triplet: 68, 26 and 34. RGB value is (104,38,52). Sum of RGB (Red+Green+Blue) = 104+38+52=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #682634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682634 is #97D9CB. Grayscale: #3B3B3B. Windows color (decimal): -9951692 or 3417704. OLE color: 3417704.
HSL color Cylindrical-coordinate representation of color #682634: hue angle of 347.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682634 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 52 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.59 |
| HSL | 347.27º | 0.46% | 0.28% | - |
| HSV(B) | 347.27º | 0.63% | 0.41% | - |
| XYZ | 7.02 | 4.58 | 3.76 | - |
| YUV | 59.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 52 | 0 | 0.63 | 0.50 | 0.59 | 347.27 | 0.46 | 0.28 |
| Hex | 68 | 26 | 34 | 0 | 3F | 32 | 3B | 15B | 2E | 1C |
| Octal | 150 | 46 | 64 | 0 | 77 | 62 | 73 | 533 | 56 | 34 |
| Binary | 1101000 | 100110 | 110100 | 0 | 111111 | 110010 | 111011 | 101011011 | 101110 | 11100 |
Color Harmonies of #682634
Complementary color
Monochromatic Colors of #682634
Black with #682634
Text Example
Text Example
White with #682634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682634; }
p { color: rgb(104,38,52); }
H1.HeaderClassName
{
color: #682634;
}
.AnyTagClassName
{
color: #682634;
}
</style>
background-color css
<style>
a { background-color: #682634; }
a { background-color: rgb(104,38,52); }
div.DivClassName
{
background-color: #682634;
}
.BgClassName
{
background-color: #682634;
}
</style>
border-color css
<style>
span { border-color: #682634; }
span { border-color: rgb(104,38,52); }
td.TdClassName
{
border-color: #682634;
}
.TagClassName
{
border-color: #682634;
}
</style>