#7D2102

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

Shades of Falu Red #7D2102

Tints of Falu Red #7D2102

Color information

#7D2102 (or 0x7D2102) is unknown color: approx Falu Red. HEX triplet: 7D, 21 and 02. RGB value is (125,33,2). Sum of RGB (Red+Green+Blue) = 125+33+2=160 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.12% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2102 is #82DEFD. Grayscale: #393939. Windows color (decimal): -8576766 or 139645. OLE color: 139645.

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

Color convert

RGB125332-
CMYK00.740.980.51
HSL15.12º96.85%24.9%-
HSV(B)15.12º98.4%49.02%-
XYZ9.015.450.63-
YUV56.9796.98176.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 78.12%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=78.12%
G=20.62%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12533200.740.980.5115.1296.8524.9
Hex7D21204A6233f6119
Octal1754120112142631714131
Binary1111101100001100100101011000101100111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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