Html Css Color HEX #640929 Pohutukawa

📋 copy color: '#640929'

red 100 ◦ green 9 ◦ blue 41

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

Shades of Pohutukawa #640929

Tints of Pohutukawa #640929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 66.67%
G = 6%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#640929 (or 0x640929) is known color: Pohutukawa. HEX triplet: 64, 09 and 29. RGB value is (100,9,41). Sum of RGB (Red+Green+Blue) = 100+9+41=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #640929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640929 is #9BF6D6. Grayscale: #272727. Windows color (decimal): -10221271 or 2689380. OLE color: 2689380.

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

Color convert

RGB 100 9 41 -
CMYK 0 0.91 0.59 0.61
HSL 338.9º 0.83% 0.21% -
HSV(B) 338.9º 0.91% 0.39% -
XYZ 5.75 3.06 2.39 -
YUV 39.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 100 9 41 0 0.91 0.59 0.61 338.9 0.83 0.21
Hex 64 9 29 0 5B 3B 3D 153 53 15
Octal 144 11 51 0 133 73 75 523 123 25
Binary 1100100 1001 101001 0 1011011 111011 111101 101010011 1010011 10101

Color Harmonies of #640929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640929

Black with #640929

Text Example


Text Example

White with #640929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640929; }

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

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

background-color css

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

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

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

border-color css

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

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

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