#7B1608

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

Shades of Falu Red #7B1608

Tints of Falu Red #7B1608

Color information

#7B1608 (or 0x7B1608) is unknown color: approx Falu Red. HEX triplet: 7B, 16 and 08. RGB value is (123,22,8). Sum of RGB (Red+Green+Blue) = 123+22+8=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1608 is #84E9F7. Grayscale: #323232. Windows color (decimal): -8710648 or 530043. OLE color: 530043.

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

Color convert

RGB123228-
CMYK00.820.930.52
HSL7.3º87.79%25.69%-
HSV(B)7.3º93.5%48.24%-
XYZ8.54.80.71-
YUV50.6103.96179.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 80.39%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=80.39%
G=14.38%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12322800.820.930.527.387.7925.69
Hex7B1680525D347581a
Octal1732610012213564713032
Binary1111011101101000010100101011101110100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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