Html Css Color HEX #7C1900 Falu Red

📋 copy color: '#7C1900'

red 124 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #7C1900

Tints of Falu Red #7C1900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.22%
G = 16.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7C1900 (or 0x7C1900) is known color: Falu Red. HEX triplet: 7C, 19 and 00. RGB value is (124,25,0). Sum of RGB (Red+Green+Blue) = 124+25+0=149 (19% of max value = 765). Red value is 124 (48.83% from 255 or 83.22% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1900 is #83E6FF. Grayscale: #333333. Windows color (decimal): -8644352 or 6524. OLE color: 6524.

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

Color convert

RGB 124 25 0 -
CMYK 0 0.80 1 0.51
HSL 12.1º 1% 0.24% -
HSV(B) 12.1º 1% 0.49% -
XYZ 8.66 4.98 0.5 -
YUV 51.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 124 25 0 0 0.80 1 0.51 12.1 1 0.24
Hex 7C 19 0 0 50 64 33 C 64 18
Octal 174 31 0 0 120 144 63 14 144 30
Binary 1111100 11001 0 0 1010000 1100100 110011 1100 1100100 11000

Color Harmonies of #7C1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1900

Black with #7C1900

Text Example


Text Example

White with #7C1900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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