Html Css Color HEX #782014 Falu Red

📋 copy color: '#782014'

red 120 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #782014

Tints of Falu Red #782014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 69.77%
G = 18.6%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#782014 (or 0x782014) is known color: Falu Red. HEX triplet: 78, 20 and 14. RGB value is (120,32,20). Sum of RGB (Red+Green+Blue) = 120+32+20=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #782014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782014 is #87DFEB. Grayscale: #393939. Windows color (decimal): -8904684 or 1319032. OLE color: 1319032.

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

Color convert

RGB 120 32 20 -
CMYK 0 0.73 0.83 0.53
HSL 7.2º 0.71% 0.27% -
HSV(B) 7.2º 0.83% 0.47% -
XYZ 8.39 5.08 1.2 -
YUV 56.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 120 32 20 0 0.73 0.83 0.53 7.2 0.71 0.27
Hex 78 20 14 0 49 53 35 7 47 1B
Octal 170 40 24 0 111 123 65 7 107 33
Binary 1111000 100000 10100 0 1001001 1010011 110101 111 1000111 11011

Color Harmonies of #782014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782014

Black with #782014

Text Example


Text Example

White with #782014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782014; }

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

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

background-color css

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

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

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

border-color css

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

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

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