Html Css Color HEX #7E2812 Falu Red

📋 copy color: '#7E2812'

red 126 ◦ green 40 ◦ blue 18

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

Shades of Falu Red #7E2812

Tints of Falu Red #7E2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

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

R = 68.48%
G = 21.74%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E2812 (or 0x7E2812) is known color: Falu Red. HEX triplet: 7E, 28 and 12. RGB value is (126,40,18). Sum of RGB (Red+Green+Blue) = 126+40+18=184 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.48% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2812 is #81D7ED. Grayscale: #3F3F3F. Windows color (decimal): -8509422 or 1190014. OLE color: 1190014.

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

Color convert

RGB 126 40 18 -
CMYK 0 0.68 0.86 0.51
HSL 12.22º 0.75% 0.28% -
HSV(B) 12.22º 0.86% 0.49% -
XYZ 9.47 6 1.23 -
YUV 63.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 126 40 18 0 0.68 0.86 0.51 12.22 0.75 0.28
Hex 7E 28 12 0 44 56 33 C 4B 1C
Octal 176 50 22 0 104 126 63 14 113 34
Binary 1111110 101000 10010 0 1000100 1010110 110011 1100 1001011 11100

Color Harmonies of #7E2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2812

Black with #7E2812

Text Example


Text Example

White with #7E2812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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