Html Css Color HEX #641829 Pohutukawa

📋 copy color: '#641829'

red 100 ◦ green 24 ◦ blue 41

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

Shades of Pohutukawa #641829

Tints of Pohutukawa #641829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

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

R = 60.61%
G = 14.55%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#641829 (or 0x641829) is known color: Pohutukawa. HEX triplet: 64, 18 and 29. RGB value is (100,24,41). Sum of RGB (Red+Green+Blue) = 100+24+41=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #641829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641829 is #9BE7D6. Grayscale: #303030. Windows color (decimal): -10217431 or 2693220. OLE color: 2693220.

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

Color convert

RGB 100 24 41 -
CMYK 0 0.76 0.59 0.61
HSL 346.58º 0.61% 0.24% -
HSV(B) 346.58º 0.76% 0.39% -
XYZ 5.98 3.52 2.46 -
YUV 48.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 100 24 41 0 0.76 0.59 0.61 346.58 0.61 0.24
Hex 64 18 29 0 4C 3B 3D 15B 3D 18
Octal 144 30 51 0 114 73 75 533 75 30
Binary 1100100 11000 101001 0 1001100 111011 111101 101011011 111101 11000

Color Harmonies of #641829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641829

Black with #641829

Text Example


Text Example

White with #641829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641829; }

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

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

background-color css

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

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

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

border-color css

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

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

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