#640A23

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

Shades of Pohutukawa #640A23

Tints of Pohutukawa #640A23

Color information

#640A23 (or 0x640A23) is unknown color: approx Pohutukawa. HEX triplet: 64, 0A and 23. RGB value is (100,10,35). Sum of RGB (Red+Green+Blue) = 100+10+35=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #640A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A23 is #9BF5DC. Grayscale: #272727. Windows color (decimal): -10221021 or 2296420. OLE color: 2296420.

HSL color Cylindrical-coordinate representation of color #640A23: hue angle of 343.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A23 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB1001035-
CMYK00.900.650.61
HSL343.33º81.82%21.57%-
HSV(B)343.33º90%39.22%-
XYZ5.673.051.88-
YUV39.76125.32170.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=68.97%
G=6.90%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100103500.900.650.61343.3381.8221.57
Hex64A2305A413D1575216
Octal144124301321017552712226
Binary11001001010100011010110101000001111101101010111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640A23; }

 p { color: rgb(100,10,35); }

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

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

 a { background-color: rgb(100,10,35); }

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

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

 span { border-color: rgb(100,10,35); }

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