#640C2A

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

Shades of Pohutukawa #640C2A

Tints of Pohutukawa #640C2A

Color information

#640C2A (or 0x640C2A) is unknown color: approx Pohutukawa. HEX triplet: 64, 0C and 2A. RGB value is (100,12,42). Sum of RGB (Red+Green+Blue) = 100+12+42=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #640C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640C2A is #9BF3D5. Grayscale: #292929. Windows color (decimal): -10220502 or 2755684. OLE color: 2755684.

HSL color Cylindrical-coordinate representation of color #640C2A: hue angle of 339.55º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640C2A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB1001242-
CMYK00.880.580.61
HSL339.55º78.57%21.96%-
HSV(B)339.55º88%39.22%-
XYZ5.83.142.49-
YUV41.73128.15169.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.94%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=64.94%
G=7.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100124200.880.580.61339.5578.5721.96
Hex64C2A0583A3D1544f16
Octal14414520130727552411726
Binary1100100110010101001011000111010111101101010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640C2A; }

 p { color: rgb(100,12,42); }

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

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

 a { background-color: rgb(100,12,42); }

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

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

 span { border-color: rgb(100,12,42); }

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