#64112E

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

Shades of Pohutukawa #64112E

Tints of Pohutukawa #64112E

Color information

#64112E (or 0x64112E) is unknown color: approx Pohutukawa. HEX triplet: 64, 11 and 2E. RGB value is (100,17,46). Sum of RGB (Red+Green+Blue) = 100+17+46=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64112E is #9BEED1. Grayscale: #2D2D2D. Windows color (decimal): -10219218 or 3019108. OLE color: 3019108.

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

Color convert

RGB1001746-
CMYK00.830.540.61
HSL339.04º70.94%22.94%-
HSV(B)339.04º83%39.22%-
XYZ5.953.312.91-
YUV45.12128.5167.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=61.35%
G=10.43%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100174600.830.540.61339.0470.9422.94
Hex64112E053363D1534717
Octal14421560123667552310727
Binary11001001000110111001010011110110111101101010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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