#781B05

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

Shades of Falu Red #781B05

Tints of Falu Red #781B05

Color information

#781B05 (or 0x781B05) is unknown color: approx Falu Red. HEX triplet: 78, 1B and 05. RGB value is (120,27,5). Sum of RGB (Red+Green+Blue) = 120+27+5=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B05 is #87E4FA. Grayscale: #343434. Windows color (decimal): -8905979 or 334712. OLE color: 334712.

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

Color convert

RGB120275-
CMYK00.780.960.53
HSL11.48º92%24.51%-
HSV(B)11.48º95.83%47.06%-
XYZ8.174.790.64-
YUV52.3101.31176.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.95%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=78.95%
G=17.76%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12027500.780.960.5311.489224.51
Hex781B504E6035b5c19
Octal1703350116140651313431
Binary1111000110111010100111011000001101011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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