Html Css Color HEX #781614 Falu Red

📋 copy color: '#781614'

red 120 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #781614

Tints of Falu Red #781614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

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

R = 74.07%
G = 13.58%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781614 (or 0x781614) is known color: Falu Red. HEX triplet: 78, 16 and 14. RGB value is (120,22,20). Sum of RGB (Red+Green+Blue) = 120+22+20=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781614 is #87E9EB. Grayscale: #333333. Windows color (decimal): -8907244 or 1316472. OLE color: 1316472.

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

Color convert

RGB 120 22 20 -
CMYK 0 0.82 0.83 0.53
HSL 1.2º 0.71% 0.27% -
HSV(B) 1.2º 0.83% 0.47% -
XYZ 8.16 4.62 1.12 -
YUV 51.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 120 22 20 0 0.82 0.83 0.53 1.2 0.71 0.27
Hex 78 16 14 0 52 53 35 1 47 1B
Octal 170 26 24 0 122 123 65 1 107 33
Binary 1111000 10110 10100 0 1010010 1010011 110101 1 1000111 11011

Color Harmonies of #781614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781614

Black with #781614

Text Example


Text Example

White with #781614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781614; }

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

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

background-color css

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

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

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

border-color css

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

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

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