#7B140C

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

Shades of Falu Red #7B140C

Tints of Falu Red #7B140C

Color information

#7B140C (or 0x7B140C) is unknown color: approx Falu Red. HEX triplet: 7B, 14 and 0C. RGB value is (123,20,12). Sum of RGB (Red+Green+Blue) = 123+20+12=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B140C is #84EBF3. Grayscale: #323232. Windows color (decimal): -8711156 or 791675. OLE color: 791675.

HSL color Cylindrical-coordinate representation of color #7B140C: hue angle of 4.32º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B140C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1232012-
CMYK00.840.900.52
HSL4.32º82.22%26.47%-
HSV(B)4.32º90.24%48.24%-
XYZ8.484.740.82-
YUV49.88106.62180.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 79.35%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 12 (5.08% from 255) = 7.74%
R=79.35%
G=12.90%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123201200.840.900.524.3282.2226.47
Hex7B14C0545A344521a
Octal1732414012413264412232
Binary1111011101001100010101001011010110100100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,12); }

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

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

 a { background-color: rgb(123,20,12); }

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

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

 span { border-color: rgb(123,20,12); }

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