Html Css Color HEX #7C2112 Falu Red

📋 copy color: '#7C2112'

red 124 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #7C2112

Tints of Falu Red #7C2112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 70.86%
G = 18.86%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C2112 (or 0x7C2112) is known color: Falu Red. HEX triplet: 7C, 21 and 12. RGB value is (124,33,18). Sum of RGB (Red+Green+Blue) = 124+33+18=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2112 is #83DEED. Grayscale: #3A3A3A. Windows color (decimal): -8642286 or 1188220. OLE color: 1188220.

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

Color convert

RGB 124 33 18 -
CMYK 0 0.73 0.85 0.51
HSL 8.49º 0.75% 0.28% -
HSV(B) 8.49º 0.85% 0.49% -
XYZ 8.97 5.42 1.15 -
YUV 58.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 124 33 18 0 0.73 0.85 0.51 8.49 0.75 0.28
Hex 7C 21 12 0 49 55 33 8 4B 1C
Octal 174 41 22 0 111 125 63 10 113 34
Binary 1111100 100001 10010 0 1001001 1010101 110011 1000 1001011 11100

Color Harmonies of #7C2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2112

Black with #7C2112

Text Example


Text Example

White with #7C2112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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