Html Css Color HEX #7E2017 Falu Red

📋 copy color: '#7E2017'

red 126 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #7E2017

Tints of Falu Red #7E2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 69.61%
G = 17.68%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7E2017 (or 0x7E2017) is known color: Falu Red. HEX triplet: 7E, 20 and 17. RGB value is (126,32,23). Sum of RGB (Red+Green+Blue) = 126+32+23=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2017 is #81DFE8. Grayscale: #3B3B3B. Windows color (decimal): -8511465 or 1515646. OLE color: 1515646.

HSL color Cylindrical-coordinate representation of color #7E2017: hue angle of 5.24º 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 #7E2017 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 32 23 -
CMYK 0 0.75 0.82 0.51
HSL 5.24º 0.69% 0.29% -
HSV(B) 5.24º 0.82% 0.49% -
XYZ 9.28 5.53 1.39 -
YUV 59.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 126 32 23 0 0.75 0.82 0.51 5.24 0.69 0.29
Hex 7E 20 17 0 4B 52 33 5 45 1D
Octal 176 40 27 0 113 122 63 5 105 35
Binary 1111110 100000 10111 0 1001011 1010010 110011 101 1000101 11101

Color Harmonies of #7E2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2017

Black with #7E2017

Text Example


Text Example

White with #7E2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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