Html Css Color HEX #7C2111 Falu Red

📋 copy color: '#7C2111'

red 124 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #7C2111

Tints of Falu Red #7C2111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

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

R = 71.26%
G = 18.97%
B = 9.77%

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

#7C2111 (or 0x7C2111) is known color: Falu Red. HEX triplet: 7C, 21 and 11. RGB value is (124,33,17). Sum of RGB (Red+Green+Blue) = 124+33+17=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2111 is #83DEEE. Grayscale: #3A3A3A. Windows color (decimal): -8642287 or 1122684. OLE color: 1122684.

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

Color convert

RGB 124 33 17 -
CMYK 0 0.73 0.86 0.51
HSL 8.97º 0.76% 0.28% -
HSV(B) 8.97º 0.86% 0.49% -
XYZ 8.96 5.41 1.1 -
YUV 58.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 124 33 17 0 0.73 0.86 0.51 8.97 0.76 0.28
Hex 7C 21 11 0 49 56 33 9 4C 1C
Octal 174 41 21 0 111 126 63 11 114 34
Binary 1111100 100001 10001 0 1001001 1010110 110011 1001 1001100 11100

Color Harmonies of #7C2111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2111

Black with #7C2111

Text Example


Text Example

White with #7C2111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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