Shades of Claret #642232
Tints of Claret #642232
RGB
CMYK
RGB Variations
Color information
#642232 (or 0x642232) is known color: Claret. HEX triplet: 64, 22 and 32. RGB value is (100,34,50). Sum of RGB (Red+Green+Blue) = 100+34+50=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #642232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642232 is #9BDDCD. Grayscale: #373737. Windows color (decimal): -10214862 or 3285604. OLE color: 3285604.
HSL color Cylindrical-coordinate representation of color #642232: hue angle of 345.45º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642232 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 50 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.61 |
| HSL | 345.45º | 0.49% | 0.26% | - |
| HSV(B) | 345.45º | 0.66% | 0.39% | - |
| XYZ | 6.4 | 4.08 | 3.47 | - |
| YUV | 55.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 50 | 0 | 0.66 | 0.50 | 0.61 | 345.45 | 0.49 | 0.26 |
| Hex | 64 | 22 | 32 | 0 | 42 | 32 | 3D | 159 | 31 | 1A |
| Octal | 144 | 42 | 62 | 0 | 102 | 62 | 75 | 531 | 61 | 32 |
| Binary | 1100100 | 100010 | 110010 | 0 | 1000010 | 110010 | 111101 | 101011001 | 110001 | 11010 |
Color Harmonies of #642232
Complementary color
Monochromatic Colors of #642232
Black with #642232
Text Example
Text Example
White with #642232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642232; }
p { color: rgb(100,34,50); }
H1.HeaderClassName
{
color: #642232;
}
.AnyTagClassName
{
color: #642232;
}
</style>
background-color css
<style>
a { background-color: #642232; }
a { background-color: rgb(100,34,50); }
div.DivClassName
{
background-color: #642232;
}
.BgClassName
{
background-color: #642232;
}
</style>
border-color css
<style>
span { border-color: #642232; }
span { border-color: rgb(100,34,50); }
td.TdClassName
{
border-color: #642232;
}
.TagClassName
{
border-color: #642232;
}
</style>