Html Css Color HEX #781414 Falu Red

📋 copy color: '#781414'

red 120 ◦ green 20 ◦ blue 20

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

Shades of Falu Red #781414

Tints of Falu Red #781414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 75%
G = 12.5%
B = 12.5%

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

#781414 (or 0x781414) is known color: Falu Red. HEX triplet: 78, 14 and 14. RGB value is (120,20,20). Sum of RGB (Red+Green+Blue) = 120+20+20=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781414 is #87EBEB. Grayscale: #323232. Windows color (decimal): -8907756 or 1315960. OLE color: 1315960.

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

Color convert

RGB 120 20 20 -
CMYK 0 0.83 0.83 0.53
HSL 0.71% 0.27% -
HSV(B) 0.83% 0.47% -
XYZ 8.12 4.54 1.11 -
YUV 49.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 120 20 20 0 0.83 0.83 0.53 0 0.71 0.27
Hex 78 14 14 0 53 53 35 0 47 1B
Octal 170 24 24 0 123 123 65 0 107 33
Binary 1111000 10100 10100 0 1010011 1010011 110101 0 1000111 11011

Color Harmonies of #781414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781414

Black with #781414

Text Example


Text Example

White with #781414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781414; }

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

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

background-color css

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

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

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

border-color css

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

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

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