Html Css Color HEX #7E2512 Falu Red

📋 copy color: '#7E2512'

red 126 ◦ green 37 ◦ blue 18

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

Shades of Falu Red #7E2512

Tints of Falu Red #7E2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 69.61%
G = 20.44%
B = 9.94%

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

#7E2512 (or 0x7E2512) is known color: Falu Red. HEX triplet: 7E, 25 and 12. RGB value is (126,37,18). Sum of RGB (Red+Green+Blue) = 126+37+18=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2512 is #81DAED. Grayscale: #3D3D3D. Windows color (decimal): -8510190 or 1189246. OLE color: 1189246.

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

Color convert

RGB 126 37 18 -
CMYK 0 0.71 0.86 0.51
HSL 10.56º 0.75% 0.28% -
HSV(B) 10.56º 0.86% 0.49% -
XYZ 9.37 5.8 1.2 -
YUV 61.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 126 37 18 0 0.71 0.86 0.51 10.56 0.75 0.28
Hex 7E 25 12 0 47 56 33 B 4B 1C
Octal 176 45 22 0 107 126 63 13 113 34
Binary 1111110 100101 10010 0 1000111 1010110 110011 1011 1001011 11100

Color Harmonies of #7E2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2512

Black with #7E2512

Text Example


Text Example

White with #7E2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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