#640304

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

Shades of Pohutukawa #640304

Tints of Pohutukawa #640304

Color information

#640304 (or 0x640304) is unknown color: approx Pohutukawa. HEX triplet: 64, 03 and 04. RGB value is (100,3,4). Sum of RGB (Red+Green+Blue) = 100+3+4=107 (14% of max value = 765). Red value is 100 (39.45% from 255 or 93.46% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 100 - color contains mainly: red. Hex color #640304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640304 is #9BFCFB. Grayscale: #202020. Windows color (decimal): -10222844 or 263012. OLE color: 263012.

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

Color convert

RGB10034-
CMYK00.970.960.61
HSL359.38º94.17%20.2%-
HSV(B)359.38º97%39.22%-
XYZ5.312.780.37-
YUV32.12112.14176.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 93.46%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=93.46%
G=2.80%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1003400.970.960.61359.3894.1720.2
Hex6434061603D1675e14
Octal1443401411407554713624
Binary110010011100011000011100000111101101100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640304; }

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

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

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

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

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

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

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

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