#7B1705

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

Shades of Falu Red #7B1705

Tints of Falu Red #7B1705

Color information

#7B1705 (or 0x7B1705) is unknown color: approx Falu Red. HEX triplet: 7B, 17 and 05. RGB value is (123,23,5). Sum of RGB (Red+Green+Blue) = 123+23+5=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1705 is #84E8FA. Grayscale: #333333. Windows color (decimal): -8710395 or 333691. OLE color: 333691.

HSL color Cylindrical-coordinate representation of color #7B1705: hue angle of 9.15º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B1705 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB123235-
CMYK00.810.960.52
HSL9.15º92.19%25.1%-
HSV(B)9.15º95.93%48.24%-
XYZ8.54.830.63-
YUV50.85102.13179.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 81.46%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=81.46%
G=15.23%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12323500.810.960.529.1592.1925.1
Hex7B175051603495c19
Octal1732750121140641113431
Binary1111011101111010101000111000001101001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,23,5); }

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

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

 a { background-color: rgb(123,23,5); }

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

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

 span { border-color: rgb(123,23,5); }

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