#64112A

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

Shades of Pohutukawa #64112A

Tints of Pohutukawa #64112A

Color information

#64112A (or 0x64112A) is unknown color: approx Pohutukawa. HEX triplet: 64, 11 and 2A. RGB value is (100,17,42). Sum of RGB (Red+Green+Blue) = 100+17+42=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #64112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64112A is #9BEED5. Grayscale: #2C2C2C. Windows color (decimal): -10219222 or 2756964. OLE color: 2756964.

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

Color convert

RGB1001742-
CMYK00.830.580.61
HSL341.93º70.94%22.94%-
HSV(B)341.93º83%39.22%-
XYZ5.873.282.51-
YUV44.67126.5167.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=62.89%
G=10.69%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100174200.830.580.61341.9370.9422.94
Hex64112A0533A3D1564717
Octal14421520123727552610727
Binary11001001000110101001010011111010111101101010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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