Html Css Color HEX #78150C Falu Red

📋 copy color: '#78150C'

red 120 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #78150C

Tints of Falu Red #78150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 78.43%
G = 13.73%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78150C (or 0x78150C) is known color: Falu Red. HEX triplet: 78, 15 and 0C. RGB value is (120,21,12). Sum of RGB (Red+Green+Blue) = 120+21+12=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78150C is #87EAF3. Grayscale: #313131. Windows color (decimal): -8907508 or 791928. OLE color: 791928.

HSL color Cylindrical-coordinate representation of color #78150C: hue angle of 5º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78150C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 12 -
CMYK 0 0.83 0.90 0.53
HSL 0.82% 0.26% -
HSV(B) 0.9% 0.47% -
XYZ 8.08 4.56 0.8 -
YUV 49.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 120 21 12 0 0.83 0.90 0.53 5 0.82 0.26
Hex 78 15 C 0 53 5A 35 5 52 1A
Octal 170 25 14 0 123 132 65 5 122 32
Binary 1111000 10101 1100 0 1010011 1011010 110101 101 1010010 11010

Color Harmonies of #78150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78150C

Black with #78150C

Text Example


Text Example

White with #78150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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