Html Css Color HEX #781814 Falu Red

📋 copy color: '#781814'

red 120 ◦ green 24 ◦ blue 20

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

Shades of Falu Red #781814

Tints of Falu Red #781814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 73.17%
G = 14.63%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781814 (or 0x781814) is known color: Falu Red. HEX triplet: 78, 18 and 14. RGB value is (120,24,20). Sum of RGB (Red+Green+Blue) = 120+24+20=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #781814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781814 is #87E7EB. Grayscale: #343434. Windows color (decimal): -8906732 or 1316984. OLE color: 1316984.

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

Color convert

RGB 120 24 20 -
CMYK 0 0.8 0.83 0.53
HSL 2.4º 0.71% 0.27% -
HSV(B) 2.4º 0.83% 0.47% -
XYZ 8.2 4.7 1.14 -
YUV 52.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 120 24 20 0 0.8 0.83 0.53 2.4 0.71 0.27
Hex 78 18 14 0 50 53 35 2 47 1B
Octal 170 30 24 0 120 123 65 2 107 33
Binary 1111000 11000 10100 0 1010000 1010011 110101 10 1000111 11011

Color Harmonies of #781814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781814

Black with #781814

Text Example


Text Example

White with #781814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781814; }

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

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

background-color css

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

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

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

border-color css

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

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

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