#641E10

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

Shades of Red Oxide #641E10

Tints of Red Oxide #641E10

Color information

#641E10 (or 0x641E10) is unknown color: approx Red Oxide. HEX triplet: 64, 1E and 10. RGB value is (100,30,16). Sum of RGB (Red+Green+Blue) = 100+30+16=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #641E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E10 is #9BE1EF. Grayscale: #313131. Windows color (decimal): -10215920 or 1056356. OLE color: 1056356.

HSL color Cylindrical-coordinate representation of color #641E10: hue angle of 10º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641E10 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB1003016-
CMYK00.700.840.61
HSL10º72.41%22.75%-
HSV(B)10º84%39.22%-
XYZ5.813.680.89-
YUV49.33109.19164.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=68.49%
G=20.55%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100301600.700.840.611072.4122.75
Hex641E10046543Da4817
Octal14436200106124751211027
Binary110010011110100000100011010101001111011010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641E10; }

 p { color: rgb(100,30,16); }

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

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

 a { background-color: rgb(100,30,16); }

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

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

 span { border-color: rgb(100,30,16); }

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