#640205

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

Shades of Pohutukawa #640205

Tints of Pohutukawa #640205

Color information

#640205 (or 0x640205) is unknown color: approx Pohutukawa. HEX triplet: 64, 02 and 05. RGB value is (100,2,5). Sum of RGB (Red+Green+Blue) = 100+2+5=107 (14% of max value = 765). Red value is 100 (39.45% from 255 or 93.46% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 100 - color contains mainly: red. Hex color #640205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640205 is #9BFDFA. Grayscale: #1F1F1F. Windows color (decimal): -10223099 or 328292. OLE color: 328292.

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

Color convert

RGB10025-
CMYK00.980.950.61
HSL358.16º96.08%20%-
HSV(B)358.16º98%39.22%-
XYZ5.32.760.4-
YUV31.64112.97176.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 93.46%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=93.46%
G=1.87%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1002500.980.950.61358.1696.0820
Hex64250625F3D1666014
Octal1442501421377554614024
Binary110010010101011000101011111111101101100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640205; }

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

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

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

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

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

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

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

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