Html Css Color HEX #641429 Pohutukawa

📋 copy color: '#641429'

red 100 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #641429

Tints of Pohutukawa #641429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 62.11%
G = 12.42%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#641429 (or 0x641429) is known color: Pohutukawa. HEX triplet: 64, 14 and 29. RGB value is (100,20,41). Sum of RGB (Red+Green+Blue) = 100+20+41=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #641429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641429 is #9BEBD6. Grayscale: #2E2E2E. Windows color (decimal): -10218455 or 2692196. OLE color: 2692196.

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

Color convert

RGB 100 20 41 -
CMYK 0 0.8 0.59 0.61
HSL 344.25º 0.67% 0.24% -
HSV(B) 344.25º 0.8% 0.39% -
XYZ 5.91 3.37 2.44 -
YUV 46.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 100 20 41 0 0.8 0.59 0.61 344.25 0.67 0.24
Hex 64 14 29 0 50 3B 3D 158 43 18
Octal 144 24 51 0 120 73 75 530 103 30
Binary 1100100 10100 101001 0 1010000 111011 111101 101011000 1000011 11000

Color Harmonies of #641429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641429

Black with #641429

Text Example


Text Example

White with #641429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641429; }

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

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

background-color css

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

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

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

border-color css

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

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

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