Html Css Color HEX #7C2409 Falu Red

📋 copy color: '#7C2409'

red 124 ◦ green 36 ◦ blue 9

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

Shades of Falu Red #7C2409

Tints of Falu Red #7C2409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 73.37%
G = 21.3%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7C2409 (or 0x7C2409) is known color: Falu Red. HEX triplet: 7C, 24 and 09. RGB value is (124,36,9). Sum of RGB (Red+Green+Blue) = 124+36+9=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2409 is #83DBF6. Grayscale: #3B3B3B. Windows color (decimal): -8641527 or 599164. OLE color: 599164.

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

Color convert

RGB 124 36 9 -
CMYK 0 0.71 0.93 0.51
HSL 14.09º 0.86% 0.26% -
HSV(B) 14.09º 0.93% 0.49% -
XYZ 8.99 5.57 0.86 -
YUV 59.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 124 36 9 0 0.71 0.93 0.51 14.09 0.86 0.26
Hex 7C 24 9 0 47 5D 33 E 56 1A
Octal 174 44 11 0 107 135 63 16 126 32
Binary 1111100 100100 1001 0 1000111 1011101 110011 1110 1010110 11010

Color Harmonies of #7C2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2409

Black with #7C2409

Text Example


Text Example

White with #7C2409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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