#7D2814

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

Shades of Falu Red #7D2814

Tints of Falu Red #7D2814

Color information

#7D2814 (or 0x7D2814) is unknown color: approx Falu Red. HEX triplet: 7D, 28 and 14. RGB value is (125,40,20). Sum of RGB (Red+Green+Blue) = 125+40+20=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2814 is #82D7EB. Grayscale: #3F3F3F. Windows color (decimal): -8574956 or 1321085. OLE color: 1321085.

HSL color Cylindrical-coordinate representation of color #7D2814: hue angle of 11.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 #7D2814 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1254020-
CMYK00.680.840.51
HSL11.43º72.41%28.43%-
HSV(B)11.43º84%49.02%-
XYZ9.345.931.31-
YUV63.14103.66172.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.57%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=67.57%
G=21.62%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125402000.680.840.5111.4372.4128.43
Hex7D28140445433b481c
Octal17550240104124631311034
Binary1111101101000101000100010010101001100111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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