Html Css Color HEX #7C2115 Falu Red

📋 copy color: '#7C2115'

red 124 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #7C2115

Tints of Falu Red #7C2115

RGB

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

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

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

R = 69.66%
G = 18.54%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C2115 (or 0x7C2115) is known color: Falu Red. HEX triplet: 7C, 21 and 15. RGB value is (124,33,21). Sum of RGB (Red+Green+Blue) = 124+33+21=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2115 is #83DEEA. Grayscale: #3A3A3A. Windows color (decimal): -8642283 or 1384828. OLE color: 1384828.

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

Color convert

RGB 124 33 21 -
CMYK 0 0.73 0.83 0.51
HSL 6.99º 0.71% 0.28% -
HSV(B) 6.99º 0.83% 0.49% -
XYZ 8.99 5.43 1.28 -
YUV 58.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 124 33 21 0 0.73 0.83 0.51 6.99 0.71 0.28
Hex 7C 21 15 0 49 53 33 7 47 1C
Octal 174 41 25 0 111 123 63 7 107 34
Binary 1111100 100001 10101 0 1001001 1010011 110011 111 1000111 11100

Color Harmonies of #7C2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2115

Black with #7C2115

Text Example


Text Example

White with #7C2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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