#640919

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

Shades of Pohutukawa #640919

Tints of Pohutukawa #640919

Color information

#640919 (or 0x640919) is unknown color: approx Pohutukawa. HEX triplet: 64, 09 and 19. RGB value is (100,9,25). Sum of RGB (Red+Green+Blue) = 100+9+25=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #640919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640919 is #9BF6E6. Grayscale: #262626. Windows color (decimal): -10221287 or 1640804. OLE color: 1640804.

HSL color Cylindrical-coordinate representation of color #640919: hue angle of 349.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640919 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB100925-
CMYK00.910.750.61
HSL349.45º83.49%21.37%-
HSV(B)349.45º91%39.22%-
XYZ5.532.971.2-
YUV38.03120.65172.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 74.63%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=74.63%
G=6.72%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10092500.910.750.61349.4583.4921.37
Hex6491905B4B3D15d5315
Octal144113101331137553512325
Binary1100100100111001010110111001011111101101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640919; }

 p { color: rgb(100,9,25); }

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

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

 a { background-color: rgb(100,9,25); }

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

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

 span { border-color: rgb(100,9,25); }

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