Html Css Color HEX #7C2619 Falu Red

📋 copy color: '#7C2619'

red 124 ◦ green 38 ◦ blue 25

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

Shades of Falu Red #7C2619

Tints of Falu Red #7C2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 66.31%
G = 20.32%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C2619 (or 0x7C2619) is known color: Falu Red. HEX triplet: 7C, 26 and 19. RGB value is (124,38,25). Sum of RGB (Red+Green+Blue) = 124+38+25=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2619 is #83D9E6. Grayscale: #3E3E3E. Windows color (decimal): -8640999 or 1648252. OLE color: 1648252.

HSL color Cylindrical-coordinate representation of color #7C2619: hue angle of 7.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2619 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 38 25 -
CMYK 0 0.69 0.80 0.51
HSL 7.88º 0.66% 0.29% -
HSV(B) 7.88º 0.8% 0.49% -
XYZ 9.18 5.74 1.54 -
YUV 62.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 124 38 25 0 0.69 0.80 0.51 7.88 0.66 0.29
Hex 7C 26 19 0 45 50 33 8 42 1D
Octal 174 46 31 0 105 120 63 10 102 35
Binary 1111100 100110 11001 0 1000101 1010000 110011 1000 1000010 11101

Color Harmonies of #7C2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2619

Black with #7C2619

Text Example


Text Example

White with #7C2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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