#64111C

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

Shades of Pohutukawa #64111C

Tints of Pohutukawa #64111C

Color information

#64111C (or 0x64111C) is unknown color: approx Pohutukawa. HEX triplet: 64, 11 and 1C. RGB value is (100,17,28). Sum of RGB (Red+Green+Blue) = 100+17+28=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #64111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64111C is #9BEEE3. Grayscale: #2B2B2B. Windows color (decimal): -10219236 or 1839460. OLE color: 1839460.

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

Color convert

RGB1001728-
CMYK00.830.720.61
HSL352.05º70.94%22.94%-
HSV(B)352.05º83%39.22%-
XYZ5.673.191.42-
YUV43.07119.5168.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=68.97%
G=11.72%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100172800.830.720.61352.0570.9422.94
Hex64111C053483D1604717
Octal144213401231107554010727
Binary11001001000111100010100111001000111101101100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64111C; }

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

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

<style>
 a { background-color: #64111C; }

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

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

<style>
 span { border-color: #64111C; }

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

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