#7d2114

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

Shades of Falu Red #7D2114

Tints of Falu Red #7D2114

Color information

#7D2114 (or 0x7D2114) is unknown color: approx Falu Red. HEX triplet: 7D, 21 and 14. RGB value is (125,33,20). Sum of RGB (Red+Green+Blue) = 125+33+20=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2114 is #82DEEB. Grayscale: #3B3B3B. Windows color (decimal): -8576748 or 1319293. OLE color: 1319293.

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

Color convert

RGB1253320-
CMYK00.740.840.51
HSL7.43º72.41%28.43%-
HSV(B)7.43º84%49.02%-
XYZ9.135.51.24-
YUV59.03105.98175.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 70.22%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=70.22%
G=18.54%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125332000.740.840.517.4372.4128.43
Hex7D211404A54337481c
Octal1754124011212463711034
Binary111110110000110100010010101010100110011111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,20); }

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

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

 a { background-color: rgb(125,33,20); }

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

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

 span { border-color: rgb(125,33,20); }

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