#7D201D

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

Shades of Falu Red #7D201D

Tints of Falu Red #7D201D

Color information

#7D201D (or 0x7D201D) is unknown color: approx Falu Red. HEX triplet: 7D, 20 and 1D. RGB value is (125,32,29). Sum of RGB (Red+Green+Blue) = 125+32+29=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D201D is #82DFE2. Grayscale: #3B3B3B. Windows color (decimal): -8576995 or 1908861. OLE color: 1908861.

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

Color convert

RGB1253229-
CMYK00.740.770.51
HSL1.88º62.34%30.2%-
HSV(B)1.88º76.8%49.02%-
XYZ9.25.481.74-
YUV59.46110.81174.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.20%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=67.20%
G=17.20%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125322900.740.770.511.8862.3430.2
Hex7D201D04A4D3323e1e
Octal175403501121156327636
Binary1111101100000111010100101010011011100111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,32,29); }

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

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

 a { background-color: rgb(125,32,29); }

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

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

 span { border-color: rgb(125,32,29); }

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