#64111B

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

Shades of Pohutukawa #64111B

Tints of Pohutukawa #64111B

Color information

#64111B (or 0x64111B) is unknown color: approx Pohutukawa. HEX triplet: 64, 11 and 1B. RGB value is (100,17,27). Sum of RGB (Red+Green+Blue) = 100+17+27=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #64111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64111B is #9BEEE4. Grayscale: #2B2B2B. Windows color (decimal): -10219237 or 1773924. OLE color: 1773924.

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

Color convert

RGB1001727-
CMYK00.830.730.61
HSL352.77º70.94%22.94%-
HSV(B)352.77º83%39.22%-
XYZ5.653.191.35-
YUV42.96119168.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.44%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=69.44%
G=11.81%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100172700.830.730.61352.7770.9422.94
Hex64111B053493D1614717
Octal144213301231117554110727
Binary11001001000111011010100111001001111101101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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