Html Css Color HEX #64132E Pohutukawa

📋 copy color: '#64132E'

red 100 ◦ green 19 ◦ blue 46

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

Shades of Pohutukawa #64132E

Tints of Pohutukawa #64132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 60.61%
G = 11.52%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#64132E (or 0x64132E) is known color: Pohutukawa. HEX triplet: 64, 13 and 2E. RGB value is (100,19,46). Sum of RGB (Red+Green+Blue) = 100+19+46=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64132E is #9BECD1. Grayscale: #2E2E2E. Windows color (decimal): -10218706 or 3019620. OLE color: 3019620.

HSL color Cylindrical-coordinate representation of color #64132E: hue angle of 340º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64132E is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 19 46 -
CMYK 0 0.81 0.54 0.61
HSL 340º 0.68% 0.23% -
HSV(B) 340º 0.81% 0.39% -
XYZ 5.98 3.37 2.92 -
YUV 46.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 100 19 46 0 0.81 0.54 0.61 340 0.68 0.23
Hex 64 13 2E 0 51 36 3D 154 44 17
Octal 144 23 56 0 121 66 75 524 104 27
Binary 1100100 10011 101110 0 1010001 110110 111101 101010100 1000100 10111

Color Harmonies of #64132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64132E

Black with #64132E

Text Example


Text Example

White with #64132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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