#7D1405

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

Shades of Falu Red #7D1405

Tints of Falu Red #7D1405

Color information

#7D1405 (or 0x7D1405) is unknown color: approx Falu Red. HEX triplet: 7D, 14 and 05. RGB value is (125,20,5). Sum of RGB (Red+Green+Blue) = 125+20+5=150 (19% of max value = 765). Red value is 125 (49.22% from 255 or 83.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1405 is #82EBFA. Grayscale: #313131. Windows color (decimal): -8580091 or 332925. OLE color: 332925.

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

Color convert

RGB125205-
CMYK00.840.960.51
HSL7.5º92.31%25.49%-
HSV(B)7.5º96%49.02%-
XYZ8.734.870.62-
YUV49.68102.79181.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=83.33%
G=13.33%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12520500.840.960.517.592.3125.49
Hex7D145054603385c19
Octal1752450124140631013431
Binary1111101101001010101010011000001100111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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