#640417

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

Shades of Pohutukawa #640417

Tints of Pohutukawa #640417

Color information

#640417 (or 0x640417) is unknown color: approx Pohutukawa. HEX triplet: 64, 04 and 17. RGB value is (100,4,23). Sum of RGB (Red+Green+Blue) = 100+4+23=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #640417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640417 is #9BFBE8. Grayscale: #222222. Windows color (decimal): -10222569 or 1508452. OLE color: 1508452.

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

Color convert

RGB100423-
CMYK00.960.770.61
HSL348.12º92.31%20.39%-
HSV(B)348.12º96%39.22%-
XYZ5.452.861.07-
YUV34.87121.3174.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.74%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=78.74%
G=3.15%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10042300.960.770.61348.1292.3120.39
Hex644170604D3D15c5c14
Octal14442701401157553413424
Binary110010010010111011000001001101111101101011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640417; }

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

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

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

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

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

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

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

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