#644072

Color #644072 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #644072

Tints of Honey Flower #644072

Color information

#644072 (or 0x644072) is unknown color: approx Honey Flower. HEX triplet: 64, 40 and 72. RGB value is (100,64,114). Sum of RGB (Red+Green+Blue) = 100+64+114=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #644072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644072 is #9BBF8D. Grayscale: #505050. Windows color (decimal): -10207118 or 7487588. OLE color: 7487588.

HSL color Cylindrical-coordinate representation of color #644072: hue angle of 283.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644072 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10064114-
CMYK0.120.4400.55
HSL283.2º28.09%34.9%-
HSV(B)283.2º43.86%44.71%-
XYZ10.137.5916.85-
YUV80.46146.93141.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=35.97%
G=23.02%
B=41.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100641140.120.4400.55283.228.0934.9
Hex644072C2C03711b1c23
Octal14410016214540674333443
Binary1100100100000011100101100101100011011110001101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644072; }

 p { color: rgb(100,64,114); }

 H1.HeaderClassName
 {
   color: #644072;
 }
 .AnyTagClassName
 {
   color: #644072;
 }
</style>
background-color css

<style>
 a { background-color: #644072; }

 a { background-color: rgb(100,64,114); }

 div.DivClassName
 {
   background-color: #644072;
 }
 .BgClassName
 {
   background-color: #644072;
 }
</style>
border-color css

<style>
 span { border-color: #644072; }

 span { border-color: rgb(100,64,114); }

 td.TdClassName
 {
   border-color: #644072;
 }
 .TagClassName
 {
   border-color: #644072;
 }
</style>