#7D2120

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

Shades of Falu Red #7D2120

Tints of Falu Red #7D2120

Color information

#7D2120 (or 0x7D2120) is unknown color: approx Falu Red. HEX triplet: 7D, 21 and 20. RGB value is (125,33,32). Sum of RGB (Red+Green+Blue) = 125+33+32=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2120 is #82DEDF. Grayscale: #3C3C3C. Windows color (decimal): -8576736 or 2105725. OLE color: 2105725.

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

Color convert

RGB1253332-
CMYK00.740.740.51
HSL0.65º59.24%30.78%-
HSV(B)0.65º74.4%49.02%-
XYZ9.265.551.95-
YUV60.39111.98174.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 65.79%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=65.79%
G=17.37%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125333200.740.740.510.6559.2430.78
Hex7D212004A4A3313b1f
Octal175414001121126317337
Binary1111101100001100000010010101001010110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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