#781B04

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

Shades of Falu Red #781B04

Tints of Falu Red #781B04

Color information

#781B04 (or 0x781B04) is unknown color: approx Falu Red. HEX triplet: 78, 1B and 04. RGB value is (120,27,4). Sum of RGB (Red+Green+Blue) = 120+27+4=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #781B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B04 is #87E4FB. Grayscale: #343434. Windows color (decimal): -8905980 or 269176. OLE color: 269176.

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

Color convert

RGB120274-
CMYK00.780.970.53
HSL11.9º93.55%24.31%-
HSV(B)11.9º96.67%47.06%-
XYZ8.164.790.61-
YUV52.18100.81176.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 79.47%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=79.47%
G=17.88%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12027400.780.970.5311.993.5524.31
Hex781B404E6135c5e18
Octal1703340116141651413630
Binary1111000110111000100111011000011101011100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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