#644172

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

Shades of Honey Flower #644172

Tints of Honey Flower #644172

Color information

#644172 (or 0x644172) is unknown color: approx Honey Flower. HEX triplet: 64, 41 and 72. RGB value is (100,65,114). Sum of RGB (Red+Green+Blue) = 100+65+114=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #644172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644172 is #9BBE8D. Grayscale: #505050. Windows color (decimal): -10206862 or 7487844. OLE color: 7487844.

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

Color convert

RGB10065114-
CMYK0.120.4300.55
HSL282.86º27.37%35.1%-
HSV(B)282.86º42.98%44.71%-
XYZ10.187.716.87-
YUV81.05146.6141.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=35.84%
G=23.30%
B=40.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100651140.120.4300.55282.8627.3735.1
Hex644172C2B03711b1b23
Octal14410116214530674333343
Binary1100100100000111100101100101011011011110001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644172; }

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

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

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

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

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

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

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

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