Html Css Color HEX #7C2815 Falu Red

📋 copy color: '#7C2815'

red 124 ◦ green 40 ◦ blue 21

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

Shades of Falu Red #7C2815

Tints of Falu Red #7C2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 67.03%
G = 21.62%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C2815 (or 0x7C2815) is known color: Falu Red. HEX triplet: 7C, 28 and 15. RGB value is (124,40,21). Sum of RGB (Red+Green+Blue) = 124+40+21=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2815 is #83D7EA. Grayscale: #3F3F3F. Windows color (decimal): -8640491 or 1386620. OLE color: 1386620.

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

Color convert

RGB 124 40 21 -
CMYK 0 0.68 0.83 0.51
HSL 11.07º 0.71% 0.28% -
HSV(B) 11.07º 0.83% 0.49% -
XYZ 9.21 5.86 1.35 -
YUV 62.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 124 40 21 0 0.68 0.83 0.51 11.07 0.71 0.28
Hex 7C 28 15 0 44 53 33 B 47 1C
Octal 174 50 25 0 104 123 63 13 107 34
Binary 1111100 101000 10101 0 1000100 1010011 110011 1011 1000111 11100

Color Harmonies of #7C2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2815

Black with #7C2815

Text Example


Text Example

White with #7C2815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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