#7c1f05

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

Shades of Falu Red #7C1F05

Tints of Falu Red #7C1F05

Color information

#7C1F05 (or 0x7C1F05) is unknown color: approx Falu Red. HEX triplet: 7C, 1F and 05. RGB value is (124,31,5). Sum of RGB (Red+Green+Blue) = 124+31+5=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1F05 is #83E0FA. Grayscale: #383838. Windows color (decimal): -8642811 or 335740. OLE color: 335740.

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

Color convert

RGB124315-
CMYK00.750.960.51
HSL13.11º92.25%25.29%-
HSV(B)13.11º95.97%48.63%-
XYZ8.835.280.7-
YUV55.8499.31176.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.5%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=77.5%
G=19.38%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12431500.750.960.5113.1192.2525.29
Hex7C1F504B6033d5c19
Octal1743750113140631513431
Binary1111100111111010100101111000001100111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c1f05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,5); }

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

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

 a { background-color: rgb(124,31,5); }

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

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

 span { border-color: rgb(124,31,5); }

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