Shades of Claret #682032
Tints of Claret #682032
RGB
CMYK
RGB Variations
Color information
#682032 (or 0x682032) is known color: Claret. HEX triplet: 68, 20 and 32. RGB value is (104,32,50). Sum of RGB (Red+Green+Blue) = 104+32+50=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682032 is #97DFCD. Grayscale: #373737. Windows color (decimal): -9953230 or 3285096. OLE color: 3285096.
HSL color Cylindrical-coordinate representation of color #682032: hue angle of 345º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682032 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 50 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.59 |
| HSL | 345º | 0.53% | 0.27% | - |
| HSV(B) | 345º | 0.69% | 0.41% | - |
| XYZ | 6.8 | 4.21 | 3.47 | - |
| YUV | 55.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 50 | 0 | 0.69 | 0.52 | 0.59 | 345 | 0.53 | 0.27 |
| Hex | 68 | 20 | 32 | 0 | 45 | 34 | 3B | 159 | 35 | 1B |
| Octal | 150 | 40 | 62 | 0 | 105 | 64 | 73 | 531 | 65 | 33 |
| Binary | 1101000 | 100000 | 110010 | 0 | 1000101 | 110100 | 111011 | 101011001 | 110101 | 11011 |
Color Harmonies of #682032
Complementary color
Monochromatic Colors of #682032
Black with #682032
Text Example
Text Example
White with #682032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682032; }
p { color: rgb(104,32,50); }
H1.HeaderClassName
{
color: #682032;
}
.AnyTagClassName
{
color: #682032;
}
</style>
background-color css
<style>
a { background-color: #682032; }
a { background-color: rgb(104,32,50); }
div.DivClassName
{
background-color: #682032;
}
.BgClassName
{
background-color: #682032;
}
</style>
border-color css
<style>
span { border-color: #682032; }
span { border-color: rgb(104,32,50); }
td.TdClassName
{
border-color: #682032;
}
.TagClassName
{
border-color: #682032;
}
</style>