#781E1B

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

Shades of Falu Red #781E1B

Tints of Falu Red #781E1B

Color information

#781E1B (or 0x781E1B) is unknown color: approx Falu Red. HEX triplet: 78, 1E and 1B. RGB value is (120,30,27). Sum of RGB (Red+Green+Blue) = 120+30+27=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E1B is #87E1E4. Grayscale: #383838. Windows color (decimal): -8905189 or 1777272. OLE color: 1777272.

HSL color Cylindrical-coordinate representation of color #781E1B: hue angle of 1.94º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781E1B is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1203027-
CMYK00.750.780.53
HSL1.94º63.27%28.82%-
HSV(B)1.94º77.5%47.06%-
XYZ8.4151.56-
YUV56.57111.32173.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=67.80%
G=16.95%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120302700.750.780.531.9463.2728.82
Hex781E1B04B4E3523f1d
Octal170363301131166527735
Binary111100011110110110100101110011101101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781E1B; }

 p { color: rgb(120,30,27); }

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

<style>
 a { background-color: #781E1B; }

 a { background-color: rgb(120,30,27); }

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

<style>
 span { border-color: #781E1B; }

 span { border-color: rgb(120,30,27); }

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