Html Css Color HEX #640E2B Pohutukawa

📋 copy color: '#640E2B'

red 100 ◦ green 14 ◦ blue 43

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

Shades of Pohutukawa #640E2B

Tints of Pohutukawa #640E2B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.92%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 63.69%
G = 8.92%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#640E2B (or 0x640E2B) is known color: Pohutukawa. HEX triplet: 64, 0E and 2B. RGB value is (100,14,43). Sum of RGB (Red+Green+Blue) = 100+14+43=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #640E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640E2B is #9BF1D4. Grayscale: #2A2A2A. Windows color (decimal): -10219989 or 2821732. OLE color: 2821732.

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

Color convert

RGB 100 14 43 -
CMYK 0 0.86 0.57 0.61
HSL 339.77º 0.75% 0.22% -
HSV(B) 339.77º 0.86% 0.39% -
XYZ 5.85 3.2 2.59 -
YUV 43.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 100 14 43 0 0.86 0.57 0.61 339.77 0.75 0.22
Hex 64 E 2B 0 56 39 3D 154 4B 16
Octal 144 16 53 0 126 71 75 524 113 26
Binary 1100100 1110 101011 0 1010110 111001 111101 101010100 1001011 10110

Color Harmonies of #640E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640E2B

Black with #640E2B

Text Example


Text Example

White with #640E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,14,43); }

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

background-color css

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

 a { background-color: rgb(100,14,43); }

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

border-color css

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

 span { border-color: rgb(100,14,43); }

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