#640F0C

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

Shades of Red Oxide #640F0C

Tints of Red Oxide #640F0C

Color information

#640F0C (or 0x640F0C) is unknown color: approx Red Oxide. HEX triplet: 64, 0F and 0C. RGB value is (100,15,12). Sum of RGB (Red+Green+Blue) = 100+15+12=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #640F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F0C is #9BF0F3. Grayscale: #282828. Windows color (decimal): -10219764 or 790372. OLE color: 790372.

HSL color Cylindrical-coordinate representation of color #640F0C: hue angle of 2.05º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640F0C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB1001512-
CMYK00.850.880.61
HSL2.05º78.57%21.96%-
HSV(B)2.05º88%39.22%-
XYZ5.493.080.65-
YUV40.07112.16170.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.74%
GREEN value IS 15 (6.25% from 255) = 11.81%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=78.74%
G=11.81%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100151200.850.880.612.0578.5721.96
Hex64FC055583D24f16
Octal1441714012513075211726
Binary11001001111110001010101101100011110110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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