#644272

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

Shades of Honey Flower #644272

Tints of Honey Flower #644272

Color information

#644272 (or 0x644272) is unknown color: approx Honey Flower. HEX triplet: 64, 42 and 72. RGB value is (100,66,114). Sum of RGB (Red+Green+Blue) = 100+66+114=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #644272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644272 is #9BBD8D. Grayscale: #515151. Windows color (decimal): -10206606 or 7488100. OLE color: 7488100.

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

Color convert

RGB10066114-
CMYK0.120.4200.55
HSL282.5º26.67%35.29%-
HSV(B)282.5º42.11%44.71%-
XYZ10.247.8216.89-
YUV81.64146.26141.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=35.71%
G=23.57%
B=40.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100661140.120.4200.55282.526.6735.29
Hex644272C2A03711a1b23
Octal14410216214520674323343
Binary1100100100001011100101100101010011011110001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644272; }

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

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

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

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

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

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

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

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