#7D280F

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

Shades of Falu Red #7D280F

Tints of Falu Red #7D280F

Color information

#7D280F (or 0x7D280F) is unknown color: approx Falu Red. HEX triplet: 7D, 28 and 0F. RGB value is (125,40,15). Sum of RGB (Red+Green+Blue) = 125+40+15=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D280F is #82D7F0. Grayscale: #3E3E3E. Windows color (decimal): -8574961 or 993405. OLE color: 993405.

HSL color Cylindrical-coordinate representation of color #7D280F: hue angle of 13.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D280F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1254015-
CMYK00.680.880.51
HSL13.64º78.57%27.45%-
HSV(B)13.64º88%49.02%-
XYZ9.35.911.1-
YUV62.56101.16172.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 69.44%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=69.44%
G=22.22%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125401500.680.880.5113.6478.5727.45
Hex7D28F0445833e4f1b
Octal17550170104130631611733
Binary111110110100011110100010010110001100111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,40,15); }

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

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

 a { background-color: rgb(125,40,15); }

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

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

 span { border-color: rgb(125,40,15); }

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