Html Css Color HEX #7C2811 Falu Red

📋 copy color: '#7C2811'

red 124 ◦ green 40 ◦ blue 17

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

Shades of Falu Red #7C2811

Tints of Falu Red #7C2811

RGB

 RED value IS 124 (48.83% from 255) = 68.51%

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

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 68.51%
G = 22.1%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C2811 (or 0x7C2811) is known color: Falu Red. HEX triplet: 7C, 28 and 11. RGB value is (124,40,17). Sum of RGB (Red+Green+Blue) = 124+40+17=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2811 is #83D7EE. Grayscale: #3E3E3E. Windows color (decimal): -8640495 or 1124476. OLE color: 1124476.

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

Color convert

RGB 124 40 17 -
CMYK 0 0.68 0.86 0.51
HSL 12.9º 0.76% 0.28% -
HSV(B) 12.9º 0.86% 0.49% -
XYZ 9.17 5.84 1.17 -
YUV 62.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 124 40 17 0 0.68 0.86 0.51 12.9 0.76 0.28
Hex 7C 28 11 0 44 56 33 D 4C 1C
Octal 174 50 21 0 104 126 63 15 114 34
Binary 1111100 101000 10001 0 1000100 1010110 110011 1101 1001100 11100

Color Harmonies of #7C2811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2811

Black with #7C2811

Text Example


Text Example

White with #7C2811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,17); }

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

background-color css

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

 a { background-color: rgb(124,40,17); }

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

border-color css

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

 span { border-color: rgb(124,40,17); }

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