#640317

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

Shades of Pohutukawa #640317

Tints of Pohutukawa #640317

Color information

#640317 (or 0x640317) is unknown color: approx Pohutukawa. HEX triplet: 64, 03 and 17. RGB value is (100,3,23). Sum of RGB (Red+Green+Blue) = 100+3+23=126 (16% of max value = 765). Red value is 100 (39.45% from 255 or 79.37% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 100 - color contains mainly: red. Hex color #640317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640317 is #9BFCE8. Grayscale: #222222. Windows color (decimal): -10222825 or 1508196. OLE color: 1508196.

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

Color convert

RGB100323-
CMYK00.970.770.61
HSL347.63º94.17%20.2%-
HSV(B)347.63º97%39.22%-
XYZ5.442.841.07-
YUV34.28121.64174.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 79.37%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=79.37%
G=2.38%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10032300.970.770.61347.6394.1720.2
Hex643170614D3D15c5e14
Octal14432701411157553413624
Binary11001001110111011000011001101111101101011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640317; }

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

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

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

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

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

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

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

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