Shades of Claret #641232
Tints of Claret #641232
RGB
CMYK
RGB Variations
Color information
#641232 (or 0x641232) is known color: Claret. HEX triplet: 64, 12 and 32. RGB value is (100,18,50). Sum of RGB (Red+Green+Blue) = 100+18+50=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #641232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641232 is #9BEDCD. Grayscale: #2E2E2E. Windows color (decimal): -10218958 or 3281508. OLE color: 3281508.
HSL color Cylindrical-coordinate representation of color #641232: hue angle of 336.59º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641232 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 50 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.61 |
| HSL | 336.59º | 0.69% | 0.23% | - |
| HSV(B) | 336.59º | 0.82% | 0.39% | - |
| XYZ | 6.05 | 3.37 | 3.35 | - |
| YUV | 46.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 50 | 0 | 0.82 | 0.50 | 0.61 | 336.59 | 0.69 | 0.23 |
| Hex | 64 | 12 | 32 | 0 | 52 | 32 | 3D | 151 | 45 | 17 |
| Octal | 144 | 22 | 62 | 0 | 122 | 62 | 75 | 521 | 105 | 27 |
| Binary | 1100100 | 10010 | 110010 | 0 | 1010010 | 110010 | 111101 | 101010001 | 1000101 | 10111 |
Color Harmonies of #641232
Complementary color
Monochromatic Colors of #641232
Black with #641232
Text Example
Text Example
White with #641232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641232; }
p { color: rgb(100,18,50); }
H1.HeaderClassName
{
color: #641232;
}
.AnyTagClassName
{
color: #641232;
}
</style>
background-color css
<style>
a { background-color: #641232; }
a { background-color: rgb(100,18,50); }
div.DivClassName
{
background-color: #641232;
}
.BgClassName
{
background-color: #641232;
}
</style>
border-color css
<style>
span { border-color: #641232; }
span { border-color: rgb(100,18,50); }
td.TdClassName
{
border-color: #641232;
}
.TagClassName
{
border-color: #641232;
}
</style>