#7C2317

Color #7C2317 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7C2317

Tints of Falu Red #7C2317

Color information

#7C2317 (or 0x7C2317) is unknown color: approx Falu Red. HEX triplet: 7C, 23 and 17. RGB value is (124,35,23). Sum of RGB (Red+Green+Blue) = 124+35+23=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2317 is #83DCE8. Grayscale: #3C3C3C. Windows color (decimal): -8641769 or 1516412. OLE color: 1516412.

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

Color convert

RGB1243523-
CMYK00.720.810.51
HSL7.13º68.71%28.82%-
HSV(B)7.13º81.45%48.63%-
XYZ9.075.551.4-
YUV60.24106.99173.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.13%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=68.13%
G=19.23%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124352300.720.810.517.1368.7128.82
Hex7C231704851337451d
Octal1744327011012163710535
Binary111110010001110111010010001010001110011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,23); }

 H1.HeaderClassName
 {
   color: #7C2317;
 }
 .AnyTagClassName
 {
   color: #7C2317;
 }
</style>
background-color css

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

 a { background-color: rgb(124,35,23); }

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

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

 span { border-color: rgb(124,35,23); }

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