#640627

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

Shades of Pohutukawa #640627

Tints of Pohutukawa #640627

Color information

#640627 (or 0x640627) is unknown color: approx Pohutukawa. HEX triplet: 64, 06 and 27. RGB value is (100,6,39). Sum of RGB (Red+Green+Blue) = 100+6+39=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #640627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640627 is #9BF9D8. Grayscale: #252525. Windows color (decimal): -10222041 or 2557540. OLE color: 2557540.

HSL color Cylindrical-coordinate representation of color #640627: hue angle of 338.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640627 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB100639-
CMYK00.940.610.61
HSL338.94º88.68%20.78%-
HSV(B)338.94º94%39.22%-
XYZ5.692.992.2-
YUV37.87128.64172.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=68.97%
G=4.14%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10063900.940.610.61338.9488.6820.78
Hex6462705E3D3D1535915
Octal1446470136757552313125
Binary110010011010011101011110111101111101101010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640627; }

 p { color: rgb(100,6,39); }

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

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

 a { background-color: rgb(100,6,39); }

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

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

 span { border-color: rgb(100,6,39); }

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