Shades of Claret #642032
Tints of Claret #642032
RGB
CMYK
RGB Variations
Color information
#642032 (or 0x642032) is known color: Claret. HEX triplet: 64, 20 and 32. RGB value is (100,32,50). Sum of RGB (Red+Green+Blue) = 100+32+50=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #642032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642032 is #9BDFCD. Grayscale: #363636. Windows color (decimal): -10215374 or 3285092. OLE color: 3285092.
HSL color Cylindrical-coordinate representation of color #642032: hue angle of 344.12º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642032 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 50 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.61 |
| HSL | 344.12º | 0.52% | 0.26% | - |
| HSV(B) | 344.12º | 0.68% | 0.39% | - |
| XYZ | 6.35 | 3.97 | 3.45 | - |
| YUV | 54.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 50 | 0 | 0.68 | 0.50 | 0.61 | 344.12 | 0.52 | 0.26 |
| Hex | 64 | 20 | 32 | 0 | 44 | 32 | 3D | 158 | 34 | 1A |
| Octal | 144 | 40 | 62 | 0 | 104 | 62 | 75 | 530 | 64 | 32 |
| Binary | 1100100 | 100000 | 110010 | 0 | 1000100 | 110010 | 111101 | 101011000 | 110100 | 11010 |
Color Harmonies of #642032
Complementary color
Monochromatic Colors of #642032
Black with #642032
Text Example
Text Example
White with #642032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642032; }
p { color: rgb(100,32,50); }
H1.HeaderClassName
{
color: #642032;
}
.AnyTagClassName
{
color: #642032;
}
</style>
background-color css
<style>
a { background-color: #642032; }
a { background-color: rgb(100,32,50); }
div.DivClassName
{
background-color: #642032;
}
.BgClassName
{
background-color: #642032;
}
</style>
border-color css
<style>
span { border-color: #642032; }
span { border-color: rgb(100,32,50); }
td.TdClassName
{
border-color: #642032;
}
.TagClassName
{
border-color: #642032;
}
</style>