Html Css Color HEX #7C2119 Falu Red

📋 copy color: '#7C2119'

red 124 ◦ green 33 ◦ blue 25

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

Shades of Falu Red #7C2119

Tints of Falu Red #7C2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.13%

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

R = 68.13%
G = 18.13%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C2119 (or 0x7C2119) is known color: Falu Red. HEX triplet: 7C, 21 and 19. RGB value is (124,33,25). Sum of RGB (Red+Green+Blue) = 124+33+25=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2119 is #83DEE6. Grayscale: #3B3B3B. Windows color (decimal): -8642279 or 1646972. OLE color: 1646972.

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

Color convert

RGB 124 33 25 -
CMYK 0 0.73 0.80 0.51
HSL 4.85º 0.66% 0.29% -
HSV(B) 4.85º 0.8% 0.49% -
XYZ 9.03 5.44 1.49 -
YUV 59.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 124 33 25 0 0.73 0.80 0.51 4.85 0.66 0.29
Hex 7C 21 19 0 49 50 33 5 42 1D
Octal 174 41 31 0 111 120 63 5 102 35
Binary 1111100 100001 11001 0 1001001 1010000 110011 101 1000010 11101

Color Harmonies of #7C2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2119

Black with #7C2119

Text Example


Text Example

White with #7C2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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