#781901

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

Shades of Falu Red #781901

Tints of Falu Red #781901

Color information

#781901 (or 0x781901) is unknown color: approx Falu Red. HEX triplet: 78, 19 and 01. RGB value is (120,25,1). Sum of RGB (Red+Green+Blue) = 120+25+1=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #781901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781901 is #87E6FE. Grayscale: #323232. Windows color (decimal): -8906495 or 72056. OLE color: 72056.

HSL color Cylindrical-coordinate representation of color #781901: hue angle of 12.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #781901 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB120251-
CMYK00.790.990.53
HSL12.1º98.35%23.73%-
HSV(B)12.1º99.17%47.06%-
XYZ8.14.690.51-
YUV50.6799.97177.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.19%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=82.19%
G=17.12%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12025100.790.990.5312.198.3523.73
Hex7819104F6335c6218
Octal1703110117143651414230
Binary11110001100110100111111000111101011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781901; }

 p { color: rgb(120,25,1); }

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

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

 a { background-color: rgb(120,25,1); }

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

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

 span { border-color: rgb(120,25,1); }

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