Html Css Color HEX #641D14 Red Oxide

📋 copy color: '#641D14'

red 100 ◦ green 29 ◦ blue 20

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

Shades of Red Oxide #641D14

Tints of Red Oxide #641D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 67.11%
G = 19.46%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#641D14 (or 0x641D14) is known color: Red Oxide. HEX triplet: 64, 1D and 14. RGB value is (100,29,20). Sum of RGB (Red+Green+Blue) = 100+29+20=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #641D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D14 is #9BE2EB. Grayscale: #313131. Windows color (decimal): -10216172 or 1318244. OLE color: 1318244.

HSL color Cylindrical-coordinate representation of color #641D14: hue angle of 6.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641D14 is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 20 -
CMYK 0 0.71 0.8 0.61
HSL 6.75º 0.67% 0.24% -
HSV(B) 6.75º 0.8% 0.39% -
XYZ 5.82 3.64 1.06 -
YUV 49.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 100 29 20 0 0.71 0.8 0.61 6.75 0.67 0.24
Hex 64 1D 14 0 47 50 3D 7 43 18
Octal 144 35 24 0 107 120 75 7 103 30
Binary 1100100 11101 10100 0 1000111 1010000 111101 111 1000011 11000

Color Harmonies of #641D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D14

Black with #641D14

Text Example


Text Example

White with #641D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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