Html Css Color HEX #7E2808 Falu Red

📋 copy color: '#7E2808'

red 126 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #7E2808

Tints of Falu Red #7E2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 72.41%
G = 22.99%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7E2808 (or 0x7E2808) is known color: Falu Red. HEX triplet: 7E, 28 and 08. RGB value is (126,40,8). Sum of RGB (Red+Green+Blue) = 126+40+8=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2808 is #81D7F7. Grayscale: #3E3E3E. Windows color (decimal): -8509432 or 534654. OLE color: 534654.

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

Color convert

RGB 126 40 8 -
CMYK 0 0.68 0.94 0.51
HSL 16.27º 0.88% 0.26% -
HSV(B) 16.27º 0.94% 0.49% -
XYZ 9.41 5.97 0.89 -
YUV 62.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 126 40 8 0 0.68 0.94 0.51 16.27 0.88 0.26
Hex 7E 28 8 0 44 5E 33 10 58 1A
Octal 176 50 10 0 104 136 63 20 130 32
Binary 1111110 101000 1000 0 1000100 1011110 110011 10000 1011000 11010

Color Harmonies of #7E2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2808

Black with #7E2808

Text Example


Text Example

White with #7E2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,8); }

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

background-color css

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

 a { background-color: rgb(126,40,8); }

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

border-color css

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

 span { border-color: rgb(126,40,8); }

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