#7B100C

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

Shades of Falu Red #7B100C

Tints of Falu Red #7B100C

Color information

#7B100C (or 0x7B100C) is unknown color: approx Falu Red. HEX triplet: 7B, 10 and 0C. RGB value is (123,16,12). Sum of RGB (Red+Green+Blue) = 123+16+12=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B100C is #84EFF3. Grayscale: #2F2F2F. Windows color (decimal): -8712180 or 790651. OLE color: 790651.

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

Color convert

RGB1231612-
CMYK00.870.900.52
HSL2.16º82.22%26.47%-
HSV(B)2.16º90.24%48.24%-
XYZ8.424.610.79-
YUV47.54107.95181.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 81.46%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=81.46%
G=10.60%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123161200.870.900.522.1682.2226.47
Hex7B10C0575A342521a
Octal1732014012713264212232
Binary111101110000110001010111101101011010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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