#641029

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

Shades of Pohutukawa #641029

Tints of Pohutukawa #641029

Color information

#641029 (or 0x641029) is unknown color: approx Pohutukawa. HEX triplet: 64, 10 and 29. RGB value is (100,16,41). Sum of RGB (Red+Green+Blue) = 100+16+41=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #641029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641029 is #9BEFD6. Grayscale: #2B2B2B. Windows color (decimal): -10219479 or 2691172. OLE color: 2691172.

HSL color Cylindrical-coordinate representation of color #641029: hue angle of 342.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641029 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB1001641-
CMYK00.840.590.61
HSL342.14º72.41%22.75%-
HSV(B)342.14º84%39.22%-
XYZ5.843.242.42-
YUV43.97126.33167.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.69%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=63.69%
G=10.19%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100164100.840.590.61342.1472.4122.75
Hex6410290543B3D1564817
Octal14420510124737552611027
Binary11001001000010100101010100111011111101101010110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641029; }

 p { color: rgb(100,16,41); }

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

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

 a { background-color: rgb(100,16,41); }

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

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

 span { border-color: rgb(100,16,41); }

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