Html Css Color HEX #7C1915 Falu Red

📋 copy color: '#7C1915'

red 124 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #7C1915

Tints of Falu Red #7C1915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 72.94%
G = 14.71%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C1915 (or 0x7C1915) is known color: Falu Red. HEX triplet: 7C, 19 and 15. RGB value is (124,25,21). Sum of RGB (Red+Green+Blue) = 124+25+21=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1915 is #83E6EA. Grayscale: #363636. Windows color (decimal): -8644331 or 1382780. OLE color: 1382780.

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

Color convert

RGB 124 25 21 -
CMYK 0 0.80 0.83 0.51
HSL 2.33º 0.71% 0.28% -
HSV(B) 2.33º 0.83% 0.49% -
XYZ 8.8 5.03 1.22 -
YUV 54.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 124 25 21 0 0.80 0.83 0.51 2.33 0.71 0.28
Hex 7C 19 15 0 50 53 33 2 47 1C
Octal 174 31 25 0 120 123 63 2 107 34
Binary 1111100 11001 10101 0 1010000 1010011 110011 10 1000111 11100

Color Harmonies of #7C1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1915

Black with #7C1915

Text Example


Text Example

White with #7C1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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