#7D150A

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

Shades of Falu Red #7D150A

Tints of Falu Red #7D150A

Color information

#7D150A (or 0x7D150A) is unknown color: approx Falu Red. HEX triplet: 7D, 15 and 0A. RGB value is (125,21,10). Sum of RGB (Red+Green+Blue) = 125+21+10=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D150A is #82EAF5. Grayscale: #323232. Windows color (decimal): -8579830 or 660861. OLE color: 660861.

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

Color convert

RGB1252110-
CMYK00.830.920.51
HSL5.74º85.19%26.47%-
HSV(B)5.74º92%49.02%-
XYZ8.784.920.77-
YUV50.84104.96180.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 80.13%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=80.13%
G=13.46%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125211000.830.920.515.7485.1926.47
Hex7D15A0535C336551a
Octal1752512012313463612532
Binary1111101101011010010100111011100110011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,21,10); }

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

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

 a { background-color: rgb(125,21,10); }

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

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

 span { border-color: rgb(125,21,10); }

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