#640721

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

Shades of Pohutukawa #640721

Tints of Pohutukawa #640721

Color information

#640721 (or 0x640721) is unknown color: approx Pohutukawa. HEX triplet: 64, 07 and 21. RGB value is (100,7,33). Sum of RGB (Red+Green+Blue) = 100+7+33=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #640721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640721 is #9BF8DE. Grayscale: #252525. Windows color (decimal): -10221791 or 2164580. OLE color: 2164580.

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

Color convert

RGB100733-
CMYK00.930.670.61
HSL343.23º86.92%20.98%-
HSV(B)343.23º93%39.22%-
XYZ5.612.971.72-
YUV37.77125.31172.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.43%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=71.43%
G=5%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10073300.930.670.61343.2386.9220.98
Hex6472105D433D1575715
Octal14474101351037552712725
Binary1100100111100001010111011000011111101101010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640721; }

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

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

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

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

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

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

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

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