Html Css Color HEX #7E2012 Falu Red

📋 copy color: '#7E2012'

red 126 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #7E2012

Tints of Falu Red #7E2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

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

R = 71.59%
G = 18.18%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E2012 (or 0x7E2012) is known color: Falu Red. HEX triplet: 7E, 20 and 12. RGB value is (126,32,18). Sum of RGB (Red+Green+Blue) = 126+32+18=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2012 is #81DFED. Grayscale: #3A3A3A. Windows color (decimal): -8511470 or 1187966. OLE color: 1187966.

HSL color Cylindrical-coordinate representation of color #7E2012: hue angle of 7.78º 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 #7E2012 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 32 18 -
CMYK 0 0.75 0.86 0.51
HSL 7.78º 0.75% 0.28% -
HSV(B) 7.78º 0.86% 0.49% -
XYZ 9.23 5.51 1.15 -
YUV 58.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 126 32 18 0 0.75 0.86 0.51 7.78 0.75 0.28
Hex 7E 20 12 0 4B 56 33 8 4B 1C
Octal 176 40 22 0 113 126 63 10 113 34
Binary 1111110 100000 10010 0 1001011 1010110 110011 1000 1001011 11100

Color Harmonies of #7E2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2012

Black with #7E2012

Text Example


Text Example

White with #7E2012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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