#64061E

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

Shades of Pohutukawa #64061E

Tints of Pohutukawa #64061E

Color information

#64061E (or 0x64061E) is unknown color: approx Pohutukawa. HEX triplet: 64, 06 and 1E. RGB value is (100,6,30). Sum of RGB (Red+Green+Blue) = 100+6+30=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #64061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64061E is #9BF9E1. Grayscale: #242424. Windows color (decimal): -10222050 or 1967716. OLE color: 1967716.

HSL color Cylindrical-coordinate representation of color #64061E: hue angle of 344.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64061E is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB100630-
CMYK00.940.700.61
HSL344.68º88.68%20.78%-
HSV(B)344.68º94%39.22%-
XYZ5.552.931.5-
YUV36.84124.14173.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 73.53%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=73.53%
G=4.41%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10063000.940.700.61344.6888.6820.78
Hex6461E05E463D1595915
Octal14463601361067553113125
Binary110010011011110010111101000110111101101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64061E; }

 p { color: rgb(100,6,30); }

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

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

 a { background-color: rgb(100,6,30); }

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

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

 span { border-color: rgb(100,6,30); }

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