#640513

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

Shades of Pohutukawa #640513

Tints of Pohutukawa #640513

Color information

#640513 (or 0x640513) is unknown color: approx Pohutukawa. HEX triplet: 64, 05 and 13. RGB value is (100,5,19). Sum of RGB (Red+Green+Blue) = 100+5+19=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640513 is #9BFAEC. Grayscale: #232323. Windows color (decimal): -10222317 or 1246564. OLE color: 1246564.

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

Color convert

RGB100519-
CMYK00.950.810.61
HSL351.16º90.48%20.59%-
HSV(B)351.16º95%39.22%-
XYZ5.432.860.88-
YUV35118.97174.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 80.65%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=80.65%
G=4.03%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10051900.950.810.61351.1690.4820.59
Hex6451305F513D15f5a15
Octal14452301371217553713225
Binary110010010110011010111111010001111101101011111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640513; }

 p { color: rgb(100,5,19); }

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

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

 a { background-color: rgb(100,5,19); }

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

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

 span { border-color: rgb(100,5,19); }

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