Shades of Claret #682835
Tints of Claret #682835
RGB
CMYK
RGB Variations
Color information
#682835 (or 0x682835) is known color: Claret. HEX triplet: 68, 28 and 35. RGB value is (104,40,53). Sum of RGB (Red+Green+Blue) = 104+40+53=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #682835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682835 is #97D7CA. Grayscale: #3C3C3C. Windows color (decimal): -9951179 or 3483752. OLE color: 3483752.
HSL color Cylindrical-coordinate representation of color #682835: hue angle of 347.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682835 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 53 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.59 |
| HSL | 347.81º | 0.44% | 0.28% | - |
| HSV(B) | 347.81º | 0.62% | 0.41% | - |
| XYZ | 7.11 | 4.72 | 3.9 | - |
| YUV | 60.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 53 | 0 | 0.62 | 0.49 | 0.59 | 347.81 | 0.44 | 0.28 |
| Hex | 68 | 28 | 35 | 0 | 3E | 31 | 3B | 15C | 2C | 1C |
| Octal | 150 | 50 | 65 | 0 | 76 | 61 | 73 | 534 | 54 | 34 |
| Binary | 1101000 | 101000 | 110101 | 0 | 111110 | 110001 | 111011 | 101011100 | 101100 | 11100 |
Color Harmonies of #682835
Complementary color
Monochromatic Colors of #682835
Black with #682835
Text Example
Text Example
White with #682835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682835; }
p { color: rgb(104,40,53); }
H1.HeaderClassName
{
color: #682835;
}
.AnyTagClassName
{
color: #682835;
}
</style>
background-color css
<style>
a { background-color: #682835; }
a { background-color: rgb(104,40,53); }
div.DivClassName
{
background-color: #682835;
}
.BgClassName
{
background-color: #682835;
}
</style>
border-color css
<style>
span { border-color: #682835; }
span { border-color: rgb(104,40,53); }
td.TdClassName
{
border-color: #682835;
}
.TagClassName
{
border-color: #682835;
}
</style>