Html Css Color HEX #78140D Falu Red

📋 copy color: '#78140D'

red 120 ◦ green 20 ◦ blue 13

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

Shades of Falu Red #78140D

Tints of Falu Red #78140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 78.43%
G = 13.07%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78140D (or 0x78140D) is known color: Falu Red. HEX triplet: 78, 14 and 0D. RGB value is (120,20,13). Sum of RGB (Red+Green+Blue) = 120+20+13=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78140D is #87EBF2. Grayscale: #313131. Windows color (decimal): -8907763 or 857208. OLE color: 857208.

HSL color Cylindrical-coordinate representation of color #78140D: hue angle of 3.93º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78140D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 13 -
CMYK 0 0.83 0.89 0.53
HSL 3.93º 0.8% 0.26% -
HSV(B) 3.93º 0.89% 0.47% -
XYZ 8.07 4.52 0.83 -
YUV 49.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 120 20 13 0 0.83 0.89 0.53 3.93 0.8 0.26
Hex 78 14 D 0 53 59 35 4 50 1A
Octal 170 24 15 0 123 131 65 4 120 32
Binary 1111000 10100 1101 0 1010011 1011001 110101 100 1010000 11010

Color Harmonies of #78140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78140D

Black with #78140D

Text Example


Text Example

White with #78140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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