Shades of Claret #682435
Tints of Claret #682435
RGB
CMYK
RGB Variations
Color information
#682435 (or 0x682435) is known color: Claret. HEX triplet: 68, 24 and 35. RGB value is (104,36,53). Sum of RGB (Red+Green+Blue) = 104+36+53=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #682435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682435 is #97DBCA. Grayscale: #3A3A3A. Windows color (decimal): -9952203 or 3482728. OLE color: 3482728.
HSL color Cylindrical-coordinate representation of color #682435: hue angle of 345º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682435 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 53 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.59 |
| HSL | 345º | 0.49% | 0.27% | - |
| HSV(B) | 345º | 0.65% | 0.41% | - |
| XYZ | 6.98 | 4.46 | 3.86 | - |
| YUV | 58.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 53 | 0 | 0.65 | 0.49 | 0.59 | 345 | 0.49 | 0.27 |
| Hex | 68 | 24 | 35 | 0 | 41 | 31 | 3B | 159 | 31 | 1B |
| Octal | 150 | 44 | 65 | 0 | 101 | 61 | 73 | 531 | 61 | 33 |
| Binary | 1101000 | 100100 | 110101 | 0 | 1000001 | 110001 | 111011 | 101011001 | 110001 | 11011 |
Color Harmonies of #682435
Complementary color
Monochromatic Colors of #682435
Black with #682435
Text Example
Text Example
White with #682435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682435; }
p { color: rgb(104,36,53); }
H1.HeaderClassName
{
color: #682435;
}
.AnyTagClassName
{
color: #682435;
}
</style>
background-color css
<style>
a { background-color: #682435; }
a { background-color: rgb(104,36,53); }
div.DivClassName
{
background-color: #682435;
}
.BgClassName
{
background-color: #682435;
}
</style>
border-color css
<style>
span { border-color: #682435; }
span { border-color: rgb(104,36,53); }
td.TdClassName
{
border-color: #682435;
}
.TagClassName
{
border-color: #682435;
}
</style>