#641116

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

Shades of Pohutukawa #641116

Tints of Pohutukawa #641116

Color information

#641116 (or 0x641116) is unknown color: approx Pohutukawa. HEX triplet: 64, 11 and 16. RGB value is (100,17,22). Sum of RGB (Red+Green+Blue) = 100+17+22=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #641116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641116 is #9BEEE9. Grayscale: #2A2A2A. Windows color (decimal): -10219242 or 1446244. OLE color: 1446244.

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

Color convert

RGB1001722-
CMYK00.830.780.61
HSL356.39º70.94%22.94%-
HSV(B)356.39º83%39.22%-
XYZ5.63.171.08-
YUV42.39116.5169.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.94%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=71.94%
G=12.23%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100172200.830.780.61356.3970.9422.94
Hex6411160534E3D1644717
Octal144212601231167554410727
Binary11001001000110110010100111001110111101101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641116; }

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

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

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

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

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

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

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

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