Html Css Color HEX #7C2211 Falu Red

📋 copy color: '#7C2211'

red 124 ◦ green 34 ◦ blue 17

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

Shades of Falu Red #7C2211

Tints of Falu Red #7C2211

RGB

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

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

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

R = 70.86%
G = 19.43%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C2211 (or 0x7C2211) is known color: Falu Red. HEX triplet: 7C, 22 and 11. RGB value is (124,34,17). Sum of RGB (Red+Green+Blue) = 124+34+17=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2211 is #83DDEE. Grayscale: #3B3B3B. Windows color (decimal): -8642031 or 1122940. OLE color: 1122940.

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

Color convert

RGB 124 34 17 -
CMYK 0 0.73 0.86 0.51
HSL 9.53º 0.76% 0.28% -
HSV(B) 9.53º 0.86% 0.49% -
XYZ 8.99 5.47 1.11 -
YUV 58.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 124 34 17 0 0.73 0.86 0.51 9.53 0.76 0.28
Hex 7C 22 11 0 49 56 33 A 4C 1C
Octal 174 42 21 0 111 126 63 12 114 34
Binary 1111100 100010 10001 0 1001001 1010110 110011 1010 1001100 11100

Color Harmonies of #7C2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2211

Black with #7C2211

Text Example


Text Example

White with #7C2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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