#64202C

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

Shades of Pohutukawa #64202C

Tints of Pohutukawa #64202C

Color information

#64202C (or 0x64202C) is unknown color: approx Pohutukawa. HEX triplet: 64, 20 and 2C. RGB value is (100,32,44). Sum of RGB (Red+Green+Blue) = 100+32+44=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64202C is #9BDFD3. Grayscale: #353535. Windows color (decimal): -10215380 or 2891876. OLE color: 2891876.

HSL color Cylindrical-coordinate representation of color #64202C: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64202C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1003244-
CMYK00.680.560.61
HSL349.41º51.52%25.88%-
HSV(B)349.41º68%39.22%-
XYZ6.233.922.81-
YUV53.7122.53161.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 25%
R=56.82%
G=18.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100324400.680.560.61349.4151.5225.88
Hex64202C044383D15d341a
Octal1444054010470755356432
Binary11001001000001011000100010011100011110110101110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,32,44); }

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

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

 a { background-color: rgb(100,32,44); }

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

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

 span { border-color: rgb(100,32,44); }

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