Html Css Color HEX #7C2509 Falu Red

📋 copy color: '#7C2509'

red 124 ◦ green 37 ◦ blue 9

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

Shades of Falu Red #7C2509

Tints of Falu Red #7C2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 72.94%
G = 21.76%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7C2509 (or 0x7C2509) is known color: Falu Red. HEX triplet: 7C, 25 and 09. RGB value is (124,37,9). Sum of RGB (Red+Green+Blue) = 124+37+9=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2509 is #83DAF6. Grayscale: #3C3C3C. Windows color (decimal): -8641271 or 599420. OLE color: 599420.

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

Color convert

RGB 124 37 9 -
CMYK 0 0.70 0.93 0.51
HSL 14.61º 0.86% 0.26% -
HSV(B) 14.61º 0.93% 0.49% -
XYZ 9.02 5.63 0.87 -
YUV 59.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 124 37 9 0 0.70 0.93 0.51 14.61 0.86 0.26
Hex 7C 25 9 0 46 5D 33 F 56 1A
Octal 174 45 11 0 106 135 63 17 126 32
Binary 1111100 100101 1001 0 1000110 1011101 110011 1111 1010110 11010

Color Harmonies of #7C2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2509

Black with #7C2509

Text Example


Text Example

White with #7C2509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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