Html Css Color HEX #640624 Pohutukawa

📋 copy color: '#640624'

red 100 ◦ green 6 ◦ blue 36

#640624
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #640624

Tints of Pohutukawa #640624

RGB

 RED value IS 100 (39.45% from 255) = 70.42%

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 70.42%
G = 4.23%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#640624 (or 0x640624) is known color: Pohutukawa. HEX triplet: 64, 06 and 24. RGB value is (100,6,36). Sum of RGB (Red+Green+Blue) = 100+6+36=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #640624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640624 is #9BF9DB. Grayscale: #252525. Windows color (decimal): -10222044 or 2360932. OLE color: 2360932.

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

Color convert

RGB 100 6 36 -
CMYK 0 0.94 0.64 0.61
HSL 340.85º 0.89% 0.21% -
HSV(B) 340.85º 0.94% 0.39% -
XYZ 5.64 2.97 1.94 -
YUV 37.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 100 6 36 0 0.94 0.64 0.61 340.85 0.89 0.21
Hex 64 6 24 0 5E 40 3D 155 59 15
Octal 144 6 44 0 136 100 75 525 131 25
Binary 1100100 110 100100 0 1011110 1000000 111101 101010101 1011001 10101

Color Harmonies of #640624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640624

Black with #640624

Text Example


Text Example

White with #640624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640624; }

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

 H1.HeaderClassName
 {
   color: #640624;
 }
 .AnyTagClassName
 {
   color: #640624;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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