Html Css Color HEX #642129 Pohutukawa

📋 copy color: '#642129'

red 100 ◦ green 33 ◦ blue 41

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

Shades of Pohutukawa #642129

Tints of Pohutukawa #642129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

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

R = 57.47%
G = 18.97%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#642129 (or 0x642129) is known color: Pohutukawa. HEX triplet: 64, 21 and 29. RGB value is (100,33,41). Sum of RGB (Red+Green+Blue) = 100+33+41=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #642129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642129 is #9BDED6. Grayscale: #353535. Windows color (decimal): -10215127 or 2695524. OLE color: 2695524.

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

Color convert

RGB 100 33 41 -
CMYK 0 0.67 0.59 0.61
HSL 352.84º 0.5% 0.26% -
HSV(B) 352.84º 0.67% 0.39% -
XYZ 6.2 3.96 2.53 -
YUV 53.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 100 33 41 0 0.67 0.59 0.61 352.84 0.5 0.26
Hex 64 21 29 0 43 3B 3D 161 32 1A
Octal 144 41 51 0 103 73 75 541 62 32
Binary 1100100 100001 101001 0 1000011 111011 111101 101100001 110010 11010

Color Harmonies of #642129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642129

Black with #642129

Text Example


Text Example

White with #642129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642129; }

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

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

background-color css

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

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

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

border-color css

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

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

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