Html Css Color HEX #781514 Falu Red

📋 copy color: '#781514'

red 120 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #781514

Tints of Falu Red #781514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 74.53%
G = 13.04%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781514 (or 0x781514) is known color: Falu Red. HEX triplet: 78, 15 and 14. RGB value is (120,21,20). Sum of RGB (Red+Green+Blue) = 120+21+20=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #781514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781514 is #87EAEB. Grayscale: #323232. Windows color (decimal): -8907500 or 1316216. OLE color: 1316216.

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

Color convert

RGB 120 21 20 -
CMYK 0 0.83 0.83 0.53
HSL 0.6º 0.71% 0.27% -
HSV(B) 0.6º 0.83% 0.47% -
XYZ 8.14 4.58 1.12 -
YUV 50.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 120 21 20 0 0.83 0.83 0.53 0.6 0.71 0.27
Hex 78 15 14 0 53 53 35 1 47 1B
Octal 170 25 24 0 123 123 65 1 107 33
Binary 1111000 10101 10100 0 1010011 1010011 110101 1 1000111 11011

Color Harmonies of #781514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781514

Black with #781514

Text Example


Text Example

White with #781514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781514; }

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

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

background-color css

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

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

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

border-color css

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

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

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