Html Css Color HEX #7C2719 Falu Red

📋 copy color: '#7C2719'

red 124 ◦ green 39 ◦ blue 25

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

Shades of Falu Red #7C2719

Tints of Falu Red #7C2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 65.96%
G = 20.74%
B = 13.3%

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

#7C2719 (or 0x7C2719) is known color: Falu Red. HEX triplet: 7C, 27 and 19. RGB value is (124,39,25). Sum of RGB (Red+Green+Blue) = 124+39+25=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2719 is #83D8E6. Grayscale: #3E3E3E. Windows color (decimal): -8640743 or 1648508. OLE color: 1648508.

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

Color convert

RGB 124 39 25 -
CMYK 0 0.69 0.80 0.51
HSL 8.48º 0.66% 0.29% -
HSV(B) 8.48º 0.8% 0.49% -
XYZ 9.21 5.81 1.55 -
YUV 62.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 124 39 25 0 0.69 0.80 0.51 8.48 0.66 0.29
Hex 7C 27 19 0 45 50 33 8 42 1D
Octal 174 47 31 0 105 120 63 10 102 35
Binary 1111100 100111 11001 0 1000101 1010000 110011 1000 1000010 11101

Color Harmonies of #7C2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2719

Black with #7C2719

Text Example


Text Example

White with #7C2719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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