Shades of Honey Flower #644372
Tints of Honey Flower #644372
RGB
CMYK
RGB Variations
Color information
#644372 (or 0x644372) is known color: Honey Flower. HEX triplet: 64, 43 and 72. RGB value is (100,67,114). Sum of RGB (Red+Green+Blue) = 100+67+114=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #644372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644372 is #9BBC8D. Grayscale: #525252. Windows color (decimal): -10206350 or 7488356. OLE color: 7488356.
HSL color Cylindrical-coordinate representation of color #644372: hue angle of 282.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #644372 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 67 | 114 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.55 |
| HSL | 282.13º | 0.26% | 0.35% | - |
| HSV(B) | 282.13º | 0.41% | 0.45% | - |
| XYZ | 10.3 | 7.94 | 16.91 | - |
| YUV | 82.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 114 | 0.12 | 0.41 | 0 | 0.55 | 282.13 | 0.26 | 0.35 |
| Hex | 64 | 43 | 72 | C | 29 | 0 | 37 | 11A | 1A | 23 |
| Octal | 144 | 103 | 162 | 14 | 51 | 0 | 67 | 432 | 32 | 43 |
| Binary | 1100100 | 1000011 | 1110010 | 1100 | 101001 | 0 | 110111 | 100011010 | 11010 | 100011 |
Color Harmonies of #644372
Complementary color
Monochromatic Colors of #644372
Black with #644372
Text Example
Text Example
White with #644372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644372; }
p { color: rgb(100,67,114); }
H1.HeaderClassName
{
color: #644372;
}
.AnyTagClassName
{
color: #644372;
}
</style>
background-color css
<style>
a { background-color: #644372; }
a { background-color: rgb(100,67,114); }
div.DivClassName
{
background-color: #644372;
}
.BgClassName
{
background-color: #644372;
}
</style>
border-color css
<style>
span { border-color: #644372; }
span { border-color: rgb(100,67,114); }
td.TdClassName
{
border-color: #644372;
}
.TagClassName
{
border-color: #644372;
}
</style>