Html Css Color HEX #7E1614 Falu Red

📋 copy color: '#7E1614'

red 126 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #7E1614

Tints of Falu Red #7E1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 75%
G = 13.1%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E1614 (or 0x7E1614) is known color: Falu Red. HEX triplet: 7E, 16 and 14. RGB value is (126,22,20). Sum of RGB (Red+Green+Blue) = 126+22+20=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1614 is #81E9EB. Grayscale: #343434. Windows color (decimal): -8514028 or 1316478. OLE color: 1316478.

HSL color Cylindrical-coordinate representation of color #7E1614: hue angle of 1.13º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1614 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 22 20 -
CMYK 0 0.83 0.84 0.51
HSL 1.13º 0.73% 0.29% -
HSV(B) 1.13º 0.84% 0.49% -
XYZ 9.02 5.06 1.16 -
YUV 52.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 126 22 20 0 0.83 0.84 0.51 1.13 0.73 0.29
Hex 7E 16 14 0 53 54 33 1 49 1D
Octal 176 26 24 0 123 124 63 1 111 35
Binary 1111110 10110 10100 0 1010011 1010100 110011 1 1001001 11101

Color Harmonies of #7E1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1614

Black with #7E1614

Text Example


Text Example

White with #7E1614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,22,20); }

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

background-color css

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

 a { background-color: rgb(126,22,20); }

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

border-color css

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

 span { border-color: rgb(126,22,20); }

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