Html Css Color HEX #781904 Falu Red

📋 copy color: '#781904'

red 120 ◦ green 25 ◦ blue 4

#781904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #781904

Tints of Falu Red #781904

RGB

 RED value IS 120 (47.27% from 255) = 80.54%

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 4 (1.95% from 255) = 2.68%

R = 80.54%
G = 16.78%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#781904 (or 0x781904) is known color: Falu Red. HEX triplet: 78, 19 and 04. RGB value is (120,25,4). Sum of RGB (Red+Green+Blue) = 120+25+4=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #781904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781904 is #87E6FB. Grayscale: #333333. Windows color (decimal): -8906492 or 268664. OLE color: 268664.

HSL color Cylindrical-coordinate representation of color #781904: hue angle of 10.86º 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 #781904 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 4 -
CMYK 0 0.79 0.97 0.53
HSL 10.86º 0.94% 0.24% -
HSV(B) 10.86º 0.97% 0.47% -
XYZ 8.12 4.7 0.59 -
YUV 51.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 120 25 4 0 0.79 0.97 0.53 10.86 0.94 0.24
Hex 78 19 4 0 4F 61 35 B 5E 18
Octal 170 31 4 0 117 141 65 13 136 30
Binary 1111000 11001 100 0 1001111 1100001 110101 1011 1011110 11000

Color Harmonies of #781904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781904

Black with #781904

Text Example


Text Example

White with #781904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781904; }

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

 H1.HeaderClassName
 {
   color: #781904;
 }
 .AnyTagClassName
 {
   color: #781904;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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