Html Css Color HEX #781914 Falu Red

📋 copy color: '#781914'

red 120 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #781914

Tints of Falu Red #781914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 72.73%
G = 15.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781914 (or 0x781914) is known color: Falu Red. HEX triplet: 78, 19 and 14. RGB value is (120,25,20). Sum of RGB (Red+Green+Blue) = 120+25+20=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #781914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781914 is #87E6EB. Grayscale: #343434. Windows color (decimal): -8906476 or 1317240. OLE color: 1317240.

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

Color convert

RGB 120 25 20 -
CMYK 0 0.79 0.83 0.53
HSL 0.71% 0.27% -
HSV(B) 0.83% 0.47% -
XYZ 8.22 4.74 1.14 -
YUV 52.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 120 25 20 0 0.79 0.83 0.53 3 0.71 0.27
Hex 78 19 14 0 4F 53 35 3 47 1B
Octal 170 31 24 0 117 123 65 3 107 33
Binary 1111000 11001 10100 0 1001111 1010011 110101 11 1000111 11011

Color Harmonies of #781914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781914

Black with #781914

Text Example


Text Example

White with #781914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781914; }

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

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

background-color css

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

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

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

border-color css

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

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

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