Html Css Color HEX #7C1809 Falu Red

📋 copy color: '#7C1809'

red 124 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #7C1809

Tints of Falu Red #7C1809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 78.98%
G = 15.29%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7C1809 (or 0x7C1809) is known color: Falu Red. HEX triplet: 7C, 18 and 09. RGB value is (124,24,9). Sum of RGB (Red+Green+Blue) = 124+24+9=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1809 is #83E7F6. Grayscale: #343434. Windows color (decimal): -8644599 or 596092. OLE color: 596092.

HSL color Cylindrical-coordinate representation of color #7C1809: hue angle of 7.83º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C1809 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 24 9 -
CMYK 0 0.81 0.93 0.51
HSL 7.83º 0.86% 0.26% -
HSV(B) 7.83º 0.93% 0.49% -
XYZ 8.69 4.96 0.76 -
YUV 52.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 124 24 9 0 0.81 0.93 0.51 7.83 0.86 0.26
Hex 7C 18 9 0 51 5D 33 8 56 1A
Octal 174 30 11 0 121 135 63 10 126 32
Binary 1111100 11000 1001 0 1010001 1011101 110011 1000 1010110 11010

Color Harmonies of #7C1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1809

Black with #7C1809

Text Example


Text Example

White with #7C1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,9); }

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

background-color css

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

 a { background-color: rgb(124,24,9); }

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

border-color css

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

 span { border-color: rgb(124,24,9); }

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