#640526

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

Shades of Pohutukawa #640526

Tints of Pohutukawa #640526

Color information

#640526 (or 0x640526) is unknown color: approx Pohutukawa. HEX triplet: 64, 05 and 26. RGB value is (100,5,38). Sum of RGB (Red+Green+Blue) = 100+5+38=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #640526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640526 is #9BFAD9. Grayscale: #252525. Windows color (decimal): -10222298 or 2491748. OLE color: 2491748.

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

Color convert

RGB100538-
CMYK00.950.620.61
HSL339.16º90.48%20.59%-
HSV(B)339.16º95%39.22%-
XYZ5.662.962.11-
YUV37.17128.47172.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.93%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=69.93%
G=3.50%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10053800.950.620.61339.1690.4820.59
Hex6452605F3E3D1535a15
Octal1445460137767552313225
Binary110010010110011001011111111110111101101010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640526; }

 p { color: rgb(100,5,38); }

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

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

 a { background-color: rgb(100,5,38); }

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

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

 span { border-color: rgb(100,5,38); }

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