#640F04

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

Shades of Red Oxide #640F04

Tints of Red Oxide #640F04

Color information

#640F04 (or 0x640F04) is unknown color: approx Red Oxide. HEX triplet: 64, 0F and 04. RGB value is (100,15,4). Sum of RGB (Red+Green+Blue) = 100+15+4=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #640F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F04 is #9BF0FB. Grayscale: #272727. Windows color (decimal): -10219772 or 266084. OLE color: 266084.

HSL color Cylindrical-coordinate representation of color #640F04: hue angle of 6.88º 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 #640F04 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB100154-
CMYK00.850.960.61
HSL6.88º92.31%20.39%-
HSV(B)6.88º96%39.22%-
XYZ5.453.060.42-
YUV39.16108.16171.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 84.03%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=84.03%
G=12.61%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10015400.850.960.616.8892.3120.39
Hex64F4055603D75c14
Octal144174012514075713424
Binary11001001111100010101011100000111101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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