#781B0D

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

Shades of Falu Red #781B0D

Tints of Falu Red #781B0D

Color information

#781B0D (or 0x781B0D) is unknown color: approx Falu Red. HEX triplet: 78, 1B and 0D. RGB value is (120,27,13). Sum of RGB (Red+Green+Blue) = 120+27+13=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B0D is #87E4F2. Grayscale: #353535. Windows color (decimal): -8905971 or 859000. OLE color: 859000.

HSL color Cylindrical-coordinate representation of color #781B0D: hue angle of 7.85º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781B0D is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1202713-
CMYK00.780.890.53
HSL7.85º80.45%26.08%-
HSV(B)7.85º89.17%47.06%-
XYZ8.214.810.88-
YUV53.21105.31175.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=75%
G=16.88%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120271300.780.890.537.8580.4526.08
Hex781BD04E59358501a
Octal17033150116131651012032
Binary11110001101111010100111010110011101011000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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