Html Css Color HEX #7E2412 Falu Red

📋 copy color: '#7E2412'

red 126 ◦ green 36 ◦ blue 18

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

Shades of Falu Red #7E2412

Tints of Falu Red #7E2412

RGB

 RED value IS 126 (49.61% from 255) = 70%

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E2412 (or 0x7E2412) is known color: Falu Red. HEX triplet: 7E, 24 and 12. RGB value is (126,36,18). Sum of RGB (Red+Green+Blue) = 126+36+18=180 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2412 is #81DBED. Grayscale: #3D3D3D. Windows color (decimal): -8510446 or 1188990. OLE color: 1188990.

HSL color Cylindrical-coordinate representation of color #7E2412: hue angle of 10º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E2412 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 36 18 -
CMYK 0 0.71 0.86 0.51
HSL 10º 0.75% 0.28% -
HSV(B) 10º 0.86% 0.49% -
XYZ 9.34 5.74 1.19 -
YUV 60.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 126 36 18 0 0.71 0.86 0.51 10 0.75 0.28
Hex 7E 24 12 0 47 56 33 A 4B 1C
Octal 176 44 22 0 107 126 63 12 113 34
Binary 1111110 100100 10010 0 1000111 1010110 110011 1010 1001011 11100

Color Harmonies of #7E2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2412

Black with #7E2412

Text Example


Text Example

White with #7E2412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E2412; }

 p { color: rgb(126,36,18); }

 H1.HeaderClassName
 {
   color: #7E2412;
 }
 .AnyTagClassName
 {
   color: #7E2412;
 }
</style>

background-color css

<style>
 a { background-color: #7E2412; }

 a { background-color: rgb(126,36,18); }

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

border-color css

<style>
 span { border-color: #7E2412; }

 span { border-color: rgb(126,36,18); }

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