Html Css Color HEX #7E220F Falu Red

📋 copy color: '#7E220F'

red 126 ◦ green 34 ◦ blue 15

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

Shades of Falu Red #7E220F

Tints of Falu Red #7E220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 72%
G = 19.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7E220F (or 0x7E220F) is known color: Falu Red. HEX triplet: 7E, 22 and 0F. RGB value is (126,34,15). Sum of RGB (Red+Green+Blue) = 126+34+15=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E220F is #81DDF0. Grayscale: #3B3B3B. Windows color (decimal): -8510961 or 991870. OLE color: 991870.

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

Color convert

RGB 126 34 15 -
CMYK 0 0.73 0.88 0.51
HSL 10.27º 0.79% 0.28% -
HSV(B) 10.27º 0.88% 0.49% -
XYZ 9.26 5.61 1.05 -
YUV 59.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 126 34 15 0 0.73 0.88 0.51 10.27 0.79 0.28
Hex 7E 22 F 0 49 58 33 A 4F 1C
Octal 176 42 17 0 111 130 63 12 117 34
Binary 1111110 100010 1111 0 1001001 1011000 110011 1010 1001111 11100

Color Harmonies of #7E220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E220F

Black with #7E220F

Text Example


Text Example

White with #7E220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,34,15); }

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

background-color css

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

 a { background-color: rgb(126,34,15); }

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

border-color css

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

 span { border-color: rgb(126,34,15); }

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