Html Css Color HEX #7C1911 Falu Red

📋 copy color: '#7C1911'

red 124 ◦ green 25 ◦ blue 17

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

Shades of Falu Red #7C1911

Tints of Falu Red #7C1911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 74.7%
G = 15.06%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C1911 (or 0x7C1911) is known color: Falu Red. HEX triplet: 7C, 19 and 11. RGB value is (124,25,17). Sum of RGB (Red+Green+Blue) = 124+25+17=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1911 is #83E6EE. Grayscale: #353535. Windows color (decimal): -8644335 or 1120636. OLE color: 1120636.

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

Color convert

RGB 124 25 17 -
CMYK 0 0.80 0.86 0.51
HSL 4.49º 0.76% 0.28% -
HSV(B) 4.49º 0.86% 0.49% -
XYZ 8.76 5.02 1.04 -
YUV 53.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 124 25 17 0 0.80 0.86 0.51 4.49 0.76 0.28
Hex 7C 19 11 0 50 56 33 4 4C 1C
Octal 174 31 21 0 120 126 63 4 114 34
Binary 1111100 11001 10001 0 1010000 1010110 110011 100 1001100 11100

Color Harmonies of #7C1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1911

Black with #7C1911

Text Example


Text Example

White with #7C1911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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