Html Css Color HEX #7E2617 Falu Red

📋 copy color: '#7E2617'

red 126 ◦ green 38 ◦ blue 23

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

Shades of Falu Red #7E2617

Tints of Falu Red #7E2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 67.38%
G = 20.32%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7E2617 (or 0x7E2617) is known color: Falu Red. HEX triplet: 7E, 26 and 17. RGB value is (126,38,23). Sum of RGB (Red+Green+Blue) = 126+38+23=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2617 is #81D9E8. Grayscale: #3E3E3E. Windows color (decimal): -8509929 or 1517182. OLE color: 1517182.

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

Color convert

RGB 126 38 23 -
CMYK 0 0.70 0.82 0.51
HSL 8.74º 0.69% 0.29% -
HSV(B) 8.74º 0.82% 0.49% -
XYZ 9.45 5.88 1.45 -
YUV 62.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 126 38 23 0 0.70 0.82 0.51 8.74 0.69 0.29
Hex 7E 26 17 0 46 52 33 9 45 1D
Octal 176 46 27 0 106 122 63 11 105 35
Binary 1111110 100110 10111 0 1000110 1010010 110011 1001 1000101 11101

Color Harmonies of #7E2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2617

Black with #7E2617

Text Example


Text Example

White with #7E2617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,38,23); }

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

background-color css

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

 a { background-color: rgb(126,38,23); }

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

border-color css

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

 span { border-color: rgb(126,38,23); }

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