Html Css Color HEX #7C2114 Falu Red

📋 copy color: '#7C2114'

red 124 ◦ green 33 ◦ blue 20

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

Shades of Falu Red #7C2114

Tints of Falu Red #7C2114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 70.06%
G = 18.64%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C2114 (or 0x7C2114) is known color: Falu Red. HEX triplet: 7C, 21 and 14. RGB value is (124,33,20). Sum of RGB (Red+Green+Blue) = 124+33+20=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2114 is #83DEEB. Grayscale: #3A3A3A. Windows color (decimal): -8642284 or 1319292. OLE color: 1319292.

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

Color convert

RGB 124 33 20 -
CMYK 0 0.73 0.84 0.51
HSL 7.5º 0.72% 0.28% -
HSV(B) 7.5º 0.84% 0.49% -
XYZ 8.98 5.42 1.24 -
YUV 58.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 124 33 20 0 0.73 0.84 0.51 7.5 0.72 0.28
Hex 7C 21 14 0 49 54 33 8 48 1C
Octal 174 41 24 0 111 124 63 10 110 34
Binary 1111100 100001 10100 0 1001001 1010100 110011 1000 1001000 11100

Color Harmonies of #7C2114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2114

Black with #7C2114

Text Example


Text Example

White with #7C2114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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