Html Css Color HEX #7E1F04 Falu Red

📋 copy color: '#7E1F04'

red 126 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #7E1F04

Tints of Falu Red #7E1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 78.26%
G = 19.25%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7E1F04 (or 0x7E1F04) is known color: Falu Red. HEX triplet: 7E, 1F and 04. RGB value is (126,31,4). Sum of RGB (Red+Green+Blue) = 126+31+4=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1F04 is #81E0FB. Grayscale: #383838. Windows color (decimal): -8511740 or 270206. OLE color: 270206.

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

Color convert

RGB 126 31 4 -
CMYK 0 0.75 0.97 0.51
HSL 13.28º 0.94% 0.25% -
HSV(B) 13.28º 0.97% 0.49% -
XYZ 9.12 5.42 0.68 -
YUV 56.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 126 31 4 0 0.75 0.97 0.51 13.28 0.94 0.25
Hex 7E 1F 4 0 4B 61 33 D 5E 19
Octal 176 37 4 0 113 141 63 15 136 31
Binary 1111110 11111 100 0 1001011 1100001 110011 1101 1011110 11001

Color Harmonies of #7E1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1F04

Black with #7E1F04

Text Example


Text Example

White with #7E1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,31,4); }

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

background-color css

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

 a { background-color: rgb(126,31,4); }

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

border-color css

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

 span { border-color: rgb(126,31,4); }

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