#7C1405

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

Shades of Falu Red #7C1405

Tints of Falu Red #7C1405

Color information

#7C1405 (or 0x7C1405) is unknown color: approx Falu Red. HEX triplet: 7C, 14 and 05. RGB value is (124,20,5). Sum of RGB (Red+Green+Blue) = 124+20+5=149 (19% of max value = 765). Red value is 124 (48.83% from 255 or 83.22% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1405 is #83EBFA. Grayscale: #313131. Windows color (decimal): -8645627 or 332924. OLE color: 332924.

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

Color convert

RGB124205-
CMYK00.840.960.51
HSL7.56º92.25%25.29%-
HSV(B)7.56º95.97%48.63%-
XYZ8.594.80.62-
YUV49.39102.96181.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 83.22%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=83.22%
G=13.42%
B=3.36%

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
Decimal12420500.840.960.517.5692.2525.29
Hex7C145054603385c19
Octal1742450124140631013431
Binary1111100101001010101010011000001100111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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