Html Css Color HEX #64142E Pohutukawa

📋 copy color: '#64142E'

red 100 ◦ green 20 ◦ blue 46

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

Shades of Pohutukawa #64142E

Tints of Pohutukawa #64142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 60.24%
G = 12.05%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#64142E (or 0x64142E) is known color: Pohutukawa. HEX triplet: 64, 14 and 2E. RGB value is (100,20,46). Sum of RGB (Red+Green+Blue) = 100+20+46=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64142E is #9BEBD1. Grayscale: #2E2E2E. Windows color (decimal): -10218450 or 3019876. OLE color: 3019876.

HSL color Cylindrical-coordinate representation of color #64142E: hue angle of 340.5º 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 #64142E is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 46 -
CMYK 0 0.8 0.54 0.61
HSL 340.5º 0.67% 0.24% -
HSV(B) 340.5º 0.8% 0.39% -
XYZ 6 3.41 2.93 -
YUV 46.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 100 20 46 0 0.8 0.54 0.61 340.5 0.67 0.24
Hex 64 14 2E 0 50 36 3D 154 43 18
Octal 144 24 56 0 120 66 75 524 103 30
Binary 1100100 10100 101110 0 1010000 110110 111101 101010100 1000011 11000

Color Harmonies of #64142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64142E

Black with #64142E

Text Example


Text Example

White with #64142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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