#64122A

Color #64122A Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #64122A

Tints of Pohutukawa #64122A

Color information

#64122A (or 0x64122A) is unknown color: approx Pohutukawa. HEX triplet: 64, 12 and 2A. RGB value is (100,18,42). Sum of RGB (Red+Green+Blue) = 100+18+42=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #64122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64122A is #9BEDD5. Grayscale: #2D2D2D. Windows color (decimal): -10218966 or 2757220. OLE color: 2757220.

HSL color Cylindrical-coordinate representation of color #64122A: hue angle of 342.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64122A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB1001842-
CMYK00.820.580.61
HSL342.44º69.49%23.14%-
HSV(B)342.44º82%39.22%-
XYZ5.893.312.52-
YUV45.25126.17167.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.5%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=62.5%
G=11.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100184200.820.580.61342.4469.4923.14
Hex64122A0523A3D1564517
Octal14422520122727552610527
Binary11001001001010101001010010111010111101101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64122A; }

 p { color: rgb(100,18,42); }

 H1.HeaderClassName
 {
   color: #64122A;
 }
 .AnyTagClassName
 {
   color: #64122A;
 }
</style>
background-color css

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

 a { background-color: rgb(100,18,42); }

 div.DivClassName
 {
   background-color: #64122A;
 }
 .BgClassName
 {
   background-color: #64122A;
 }
</style>
border-color css

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

 span { border-color: rgb(100,18,42); }

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