Shades of Claret #641332
Tints of Claret #641332
RGB
CMYK
RGB Variations
Color information
#641332 (or 0x641332) is known color: Claret. HEX triplet: 64, 13 and 32. RGB value is (100,19,50). Sum of RGB (Red+Green+Blue) = 100+19+50=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #641332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641332 is #9BECCD. Grayscale: #2E2E2E. Windows color (decimal): -10218702 or 3281764. OLE color: 3281764.
HSL color Cylindrical-coordinate representation of color #641332: hue angle of 337.04º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641332 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 50 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.61 |
| HSL | 337.04º | 0.68% | 0.23% | - |
| HSV(B) | 337.04º | 0.81% | 0.39% | - |
| XYZ | 6.06 | 3.41 | 3.36 | - |
| YUV | 46.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 50 | 0 | 0.81 | 0.50 | 0.61 | 337.04 | 0.68 | 0.23 |
| Hex | 64 | 13 | 32 | 0 | 51 | 32 | 3D | 151 | 44 | 17 |
| Octal | 144 | 23 | 62 | 0 | 121 | 62 | 75 | 521 | 104 | 27 |
| Binary | 1100100 | 10011 | 110010 | 0 | 1010001 | 110010 | 111101 | 101010001 | 1000100 | 10111 |
Color Harmonies of #641332
Complementary color
Monochromatic Colors of #641332
Black with #641332
Text Example
Text Example
White with #641332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641332; }
p { color: rgb(100,19,50); }
H1.HeaderClassName
{
color: #641332;
}
.AnyTagClassName
{
color: #641332;
}
</style>
background-color css
<style>
a { background-color: #641332; }
a { background-color: rgb(100,19,50); }
div.DivClassName
{
background-color: #641332;
}
.BgClassName
{
background-color: #641332;
}
</style>
border-color css
<style>
span { border-color: #641332; }
span { border-color: rgb(100,19,50); }
td.TdClassName
{
border-color: #641332;
}
.TagClassName
{
border-color: #641332;
}
</style>