#640414

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

Shades of Pohutukawa #640414

Tints of Pohutukawa #640414

Color information

#640414 (or 0x640414) is unknown color: approx Pohutukawa. HEX triplet: 64, 04 and 14. RGB value is (100,4,20). Sum of RGB (Red+Green+Blue) = 100+4+20=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640414 is #9BFBEB. Grayscale: #222222. Windows color (decimal): -10222572 or 1311844. OLE color: 1311844.

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

Color convert

RGB100420-
CMYK00.960.80.61
HSL350º92.31%20.39%-
HSV(B)350º96%39.22%-
XYZ5.432.850.93-
YUV34.53119.8174.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 80.65%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=80.65%
G=3.23%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10042000.960.80.6135092.3120.39
Hex64414060503D15e5c14
Octal14442401401207553613424
Binary110010010010100011000001010000111101101011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640414; }

 p { color: rgb(100,4,20); }

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

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

 a { background-color: rgb(100,4,20); }

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

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

 span { border-color: rgb(100,4,20); }

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