#640308

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

Shades of Pohutukawa #640308

Tints of Pohutukawa #640308

Color information

#640308 (or 0x640308) is unknown color: approx Pohutukawa. HEX triplet: 64, 03 and 08. RGB value is (100,3,8). Sum of RGB (Red+Green+Blue) = 100+3+8=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640308 is #9BFCF7. Grayscale: #202020. Windows color (decimal): -10222840 or 525156. OLE color: 525156.

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

Color convert

RGB10038-
CMYK00.970.920.61
HSL356.91º94.17%20.2%-
HSV(B)356.91º97%39.22%-
XYZ5.332.790.49-
YUV32.57114.14176.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 90.09%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=90.09%
G=2.70%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1003800.970.920.61356.9194.1720.2
Hex64380615C3D1655e14
Octal14431001411347554513624
Binary1100100111000011000011011100111101101100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640308; }

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

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

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

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

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

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

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

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