#7B1108

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

Shades of Falu Red #7B1108

Tints of Falu Red #7B1108

Color information

#7B1108 (or 0x7B1108) is unknown color: approx Falu Red. HEX triplet: 7B, 11 and 08. RGB value is (123,17,8). Sum of RGB (Red+Green+Blue) = 123+17+8=148 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.11% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1108 is #84EEF7. Grayscale: #2F2F2F. Windows color (decimal): -8711928 or 528763. OLE color: 528763.

HSL color Cylindrical-coordinate representation of color #7B1108: hue angle of 4.7º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B1108 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB123178-
CMYK00.860.930.52
HSL4.7º87.79%25.69%-
HSV(B)4.7º93.5%48.24%-
XYZ8.414.630.68-
YUV47.67105.62181.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 83.11%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=83.11%
G=11.49%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12317800.860.930.524.787.7925.69
Hex7B1180565D345581a
Octal1732110012613564513032
Binary1111011100011000010101101011101110100101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,17,8); }

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

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

 a { background-color: rgb(123,17,8); }

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

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

 span { border-color: rgb(123,17,8); }

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