Html Css Color HEX #7C2216 Falu Red

📋 copy color: '#7C2216'

red 124 ◦ green 34 ◦ blue 22

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

Shades of Falu Red #7C2216

Tints of Falu Red #7C2216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 68.89%
G = 18.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C2216 (or 0x7C2216) is known color: Falu Red. HEX triplet: 7C, 22 and 16. RGB value is (124,34,22). Sum of RGB (Red+Green+Blue) = 124+34+22=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2216 is #83DDE9. Grayscale: #3B3B3B. Windows color (decimal): -8642026 or 1450620. OLE color: 1450620.

HSL color Cylindrical-coordinate representation of color #7C2216: hue angle of 7.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2216 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 34 22 -
CMYK 0 0.73 0.82 0.51
HSL 7.06º 0.7% 0.29% -
HSV(B) 7.06º 0.82% 0.49% -
XYZ 9.03 5.49 1.34 -
YUV 59.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 124 34 22 0 0.73 0.82 0.51 7.06 0.7 0.29
Hex 7C 22 16 0 49 52 33 7 46 1D
Octal 174 42 26 0 111 122 63 7 106 35
Binary 1111100 100010 10110 0 1001001 1010010 110011 111 1000110 11101

Color Harmonies of #7C2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2216

Black with #7C2216

Text Example


Text Example

White with #7C2216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,34,22); }

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

background-color css

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

 a { background-color: rgb(124,34,22); }

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

border-color css

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

 span { border-color: rgb(124,34,22); }

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