#640418

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

Shades of Pohutukawa #640418

Tints of Pohutukawa #640418

Color information

#640418 (or 0x640418) is unknown color: approx Pohutukawa. HEX triplet: 64, 04 and 18. RGB value is (100,4,24). Sum of RGB (Red+Green+Blue) = 100+4+24=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #640418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640418 is #9BFBE7. Grayscale: #232323. Windows color (decimal): -10222568 or 1573988. OLE color: 1573988.

HSL color Cylindrical-coordinate representation of color #640418: hue angle of 347.5º 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 #640418 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB100424-
CMYK00.960.760.61
HSL347.5º92.31%20.39%-
HSV(B)347.5º96%39.22%-
XYZ5.462.861.13-
YUV34.98121.8174.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.12%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=78.12%
G=3.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10042400.960.760.61347.592.3120.39
Hex644180604C3D15c5c14
Octal14443001401147553413424
Binary110010010011000011000001001100111101101011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640418; }

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

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

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

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

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

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

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

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