#640E04

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

Shades of Red Oxide #640E04

Tints of Red Oxide #640E04

Color information

#640E04 (or 0x640E04) is unknown color: approx Red Oxide. HEX triplet: 64, 0E and 04. RGB value is (100,14,4). Sum of RGB (Red+Green+Blue) = 100+14+4=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #640E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640E04 is #9BF1FB. Grayscale: #262626. Windows color (decimal): -10220028 or 265828. OLE color: 265828.

HSL color Cylindrical-coordinate representation of color #640E04: hue angle of 6.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640E04 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB100144-
CMYK00.860.960.61
HSL6.25º92.31%20.39%-
HSV(B)6.25º96%39.22%-
XYZ5.433.030.41-
YUV38.57108.49171.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 84.75%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=84.75%
G=11.86%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10014400.860.960.616.2592.3120.39
Hex64E4056603D65c14
Octal144164012614075613424
Binary11001001110100010101101100000111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,14,4); }

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

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

 a { background-color: rgb(100,14,4); }

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

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

 span { border-color: rgb(100,14,4); }

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