#7C150A

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

Shades of Falu Red #7C150A

Tints of Falu Red #7C150A

Color information

#7C150A (or 0x7C150A) is unknown color: approx Falu Red. HEX triplet: 7C, 15 and 0A. RGB value is (124,21,10). Sum of RGB (Red+Green+Blue) = 124+21+10=155 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 124 - color contains mainly: red. Hex color #7C150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C150A is #83EAF5. Grayscale: #323232. Windows color (decimal): -8645366 or 660860. OLE color: 660860.

HSL color Cylindrical-coordinate representation of color #7C150A: hue angle of 5.79º 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 #7C150A is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB1242110-
CMYK00.830.920.51
HSL5.79º85.07%26.27%-
HSV(B)5.79º91.94%48.63%-
XYZ8.644.840.77-
YUV50.54105.12180.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 80%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=80%
G=13.55%
B=6.45%

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
Decimal124211000.830.920.515.7985.0726.27
Hex7C15A0535C336551a
Octal1742512012313463612532
Binary1111100101011010010100111011100110011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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