#7B1C0C

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

Shades of Falu Red #7B1C0C

Tints of Falu Red #7B1C0C

Color information

#7B1C0C (or 0x7B1C0C) is unknown color: approx Falu Red. HEX triplet: 7B, 1C and 0C. RGB value is (123,28,12). Sum of RGB (Red+Green+Blue) = 123+28+12=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B1C0C is #84E3F3. Grayscale: #363636. Windows color (decimal): -8709108 or 793723. OLE color: 793723.

HSL color Cylindrical-coordinate representation of color #7B1C0C: hue angle of 8.65º 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 #7B1C0C is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1232812-
CMYK00.770.900.52
HSL8.65º82.22%26.47%-
HSV(B)8.65º90.24%48.24%-
XYZ8.655.070.87-
YUV54.58103.97176.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.46%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=75.46%
G=17.18%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123281200.770.900.528.6582.2226.47
Hex7B1CC04D5A349521a
Octal17334140115132641112232
Binary11110111110011000100110110110101101001001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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