#640207

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

Shades of Pohutukawa #640207

Tints of Pohutukawa #640207

Color information

#640207 (or 0x640207) is unknown color: approx Pohutukawa. HEX triplet: 64, 02 and 07. RGB value is (100,2,7). Sum of RGB (Red+Green+Blue) = 100+2+7=109 (14% of max value = 765). Red value is 100 (39.45% from 255 or 91.74% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 100 - color contains mainly: red. Hex color #640207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640207 is #9BFDF8. Grayscale: #1F1F1F. Windows color (decimal): -10223097 or 459364. OLE color: 459364.

HSL color Cylindrical-coordinate representation of color #640207: hue angle of 356.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640207 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB10027-
CMYK00.980.930.61
HSL356.94º96.08%20%-
HSV(B)356.94º98%39.22%-
XYZ5.322.770.46-
YUV31.87113.97176.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 91.74%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=91.74%
G=1.83%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1002700.980.930.61356.9496.0820
Hex64270625D3D1656014
Octal1442701421357554514024
Binary110010010111011000101011101111101101100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640207; }

 p { color: rgb(100,2,7); }

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

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

 a { background-color: rgb(100,2,7); }

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

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

 span { border-color: rgb(100,2,7); }

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