Html Css Color HEX #641D10 Red Oxide

📋 copy color: '#641D10'

red 100 ◦ green 29 ◦ blue 16

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

Shades of Red Oxide #641D10

Tints of Red Oxide #641D10

RGB

 RED value IS 100 (39.45% from 255) = 68.97%

 GREEN value IS 29 (11.72% from 255) = 20%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 68.97%
G = 20%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#641D10 (or 0x641D10) is known color: Red Oxide. HEX triplet: 64, 1D and 10. RGB value is (100,29,16). Sum of RGB (Red+Green+Blue) = 100+29+16=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #641D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D10 is #9BE2EF. Grayscale: #303030. Windows color (decimal): -10216176 or 1056100. OLE color: 1056100.

HSL color Cylindrical-coordinate representation of color #641D10: hue angle of 9.29º 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 #641D10 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 16 -
CMYK 0 0.71 0.84 0.61
HSL 9.29º 0.72% 0.23% -
HSV(B) 9.29º 0.84% 0.39% -
XYZ 5.79 3.63 0.88 -
YUV 48.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 100 29 16 0 0.71 0.84 0.61 9.29 0.72 0.23
Hex 64 1D 10 0 47 54 3D 9 48 17
Octal 144 35 20 0 107 124 75 11 110 27
Binary 1100100 11101 10000 0 1000111 1010100 111101 1001 1001000 10111

Color Harmonies of #641D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D10

Black with #641D10

Text Example


Text Example

White with #641D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #641D10;
 }
 .AnyTagClassName
 {
   color: #641D10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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