Html Css Color HEX #7E271A Falu Red

📋 copy color: '#7E271A'

red 126 ◦ green 39 ◦ blue 26

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

Shades of Falu Red #7E271A

Tints of Falu Red #7E271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 65.97%
G = 20.42%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7E271A (or 0x7E271A) is known color: Falu Red. HEX triplet: 7E, 27 and 1A. RGB value is (126,39,26). Sum of RGB (Red+Green+Blue) = 126+39+26=191 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.97% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 126 - color contains mainly: red. Hex color #7E271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E271A is #81D8E5. Grayscale: #3F3F3F. Windows color (decimal): -8509670 or 1714046. OLE color: 1714046.

HSL color Cylindrical-coordinate representation of color #7E271A: hue angle of 7.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E271A is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 39 26 -
CMYK 0 0.69 0.79 0.51
HSL 7.8º 0.66% 0.3% -
HSV(B) 7.8º 0.79% 0.49% -
XYZ 9.52 5.96 1.63 -
YUV 63.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 126 39 26 0 0.69 0.79 0.51 7.8 0.66 0.3
Hex 7E 27 1A 0 45 4F 33 8 42 1E
Octal 176 47 32 0 105 117 63 10 102 36
Binary 1111110 100111 11010 0 1000101 1001111 110011 1000 1000010 11110

Color Harmonies of #7E271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E271A

Black with #7E271A

Text Example


Text Example

White with #7E271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,39,26); }

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

background-color css

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

 a { background-color: rgb(126,39,26); }

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

border-color css

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

 span { border-color: rgb(126,39,26); }

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