Html Css Color HEX #78180D Falu Red

📋 copy color: '#78180D'

red 120 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #78180D

Tints of Falu Red #78180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 76.43%
G = 15.29%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78180D (or 0x78180D) is known color: Falu Red. HEX triplet: 78, 18 and 0D. RGB value is (120,24,13). Sum of RGB (Red+Green+Blue) = 120+24+13=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #78180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78180D is #87E7F2. Grayscale: #333333. Windows color (decimal): -8906739 or 858232. OLE color: 858232.

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

Color convert

RGB 120 24 13 -
CMYK 0 0.8 0.89 0.53
HSL 6.17º 0.8% 0.26% -
HSV(B) 6.17º 0.89% 0.47% -
XYZ 8.15 4.68 0.85 -
YUV 51.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 120 24 13 0 0.8 0.89 0.53 6.17 0.8 0.26
Hex 78 18 D 0 50 59 35 6 50 1A
Octal 170 30 15 0 120 131 65 6 120 32
Binary 1111000 11000 1101 0 1010000 1011001 110101 110 1010000 11010

Color Harmonies of #78180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78180D

Black with #78180D

Text Example


Text Example

White with #78180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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