Html Css Color HEX #641E10 Red Oxide

📋 copy color: '#641E10'

red 100 ◦ green 30 ◦ blue 16

#641E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #641E10

Tints of Red Oxide #641E10

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 value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#641E10 (or 0x641E10) is known color: 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

RGB 100 30 16 -
CMYK 0 0.70 0.84 0.61
HSL 10º 0.72% 0.23% -
HSV(B) 10º 0.84% 0.39% -
XYZ 5.81 3.68 0.89 -
YUV 49.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 100 30 16 0 0.70 0.84 0.61 10 0.72 0.23
Hex 64 1E 10 0 46 54 3D A 48 17
Octal 144 36 20 0 106 124 75 12 110 27
Binary 1100100 11110 10000 0 1000110 1010100 111101 1010 1001000 10111

Color Harmonies of #641E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E10

Black with #641E10

Text Example


Text Example

White with #641E10

Text Example


Text Example

HTML Codes & Css Web 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>