Html Css Color HEX #641E1C Red Oxide

📋 copy color: '#641E1C'

red 100 ◦ green 30 ◦ blue 28

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

Shades of Red Oxide #641E1C

Tints of Red Oxide #641E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.99%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 63.29%
G = 18.99%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#641E1C (or 0x641E1C) is known color: Red Oxide. HEX triplet: 64, 1E and 1C. RGB value is (100,30,28). Sum of RGB (Red+Green+Blue) = 100+30+28=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #641E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641E1C is #9BE1E3. Grayscale: #323232. Windows color (decimal): -10215908 or 1842788. OLE color: 1842788.

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

Color convert

RGB 100 30 28 -
CMYK 0 0.70 0.72 0.61
HSL 1.67º 0.56% 0.25% -
HSV(B) 1.67º 0.72% 0.39% -
XYZ 5.93 3.72 1.5 -
YUV 50.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 100 30 28 0 0.70 0.72 0.61 1.67 0.56 0.25
Hex 64 1E 1C 0 46 48 3D 2 38 19
Octal 144 36 34 0 106 110 75 2 70 31
Binary 1100100 11110 11100 0 1000110 1001000 111101 10 111000 11001

Color Harmonies of #641E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E1C

Black with #641E1C

Text Example


Text Example

White with #641E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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