Shades of Claret #682432
Tints of Claret #682432
RGB
CMYK
RGB Variations
Color information
#682432 (or 0x682432) is known color: Claret. HEX triplet: 68, 24 and 32. RGB value is (104,36,50). Sum of RGB (Red+Green+Blue) = 104+36+50=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682432 is #97DBCD. Grayscale: #393939. Windows color (decimal): -9952206 or 3286120. OLE color: 3286120.
HSL color Cylindrical-coordinate representation of color #682432: hue angle of 347.65º 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 #682432 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 50 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.59 |
| HSL | 347.65º | 0.49% | 0.27% | - |
| HSV(B) | 347.65º | 0.65% | 0.41% | - |
| XYZ | 6.92 | 4.44 | 3.51 | - |
| YUV | 57.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 50 | 0 | 0.65 | 0.52 | 0.59 | 347.65 | 0.49 | 0.27 |
| Hex | 68 | 24 | 32 | 0 | 41 | 34 | 3B | 15C | 31 | 1B |
| Octal | 150 | 44 | 62 | 0 | 101 | 64 | 73 | 534 | 61 | 33 |
| Binary | 1101000 | 100100 | 110010 | 0 | 1000001 | 110100 | 111011 | 101011100 | 110001 | 11011 |
Color Harmonies of #682432
Complementary color
Monochromatic Colors of #682432
Black with #682432
Text Example
Text Example
White with #682432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682432; }
p { color: rgb(104,36,50); }
H1.HeaderClassName
{
color: #682432;
}
.AnyTagClassName
{
color: #682432;
}
</style>
background-color css
<style>
a { background-color: #682432; }
a { background-color: rgb(104,36,50); }
div.DivClassName
{
background-color: #682432;
}
.BgClassName
{
background-color: #682432;
}
</style>
border-color css
<style>
span { border-color: #682432; }
span { border-color: rgb(104,36,50); }
td.TdClassName
{
border-color: #682432;
}
.TagClassName
{
border-color: #682432;
}
</style>