Html Css Color HEX #781110 Falu Red

📋 copy color: '#781110'

red 120 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #781110

Tints of Falu Red #781110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 78.43%
G = 11.11%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#781110 (or 0x781110) is known color: Falu Red. HEX triplet: 78, 11 and 10. RGB value is (120,17,16). Sum of RGB (Red+Green+Blue) = 120+17+16=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #781110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781110 is #87EEEF. Grayscale: #2F2F2F. Windows color (decimal): -8908528 or 1053048. OLE color: 1053048.

HSL color Cylindrical-coordinate representation of color #781110: hue angle of 0.58º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781110 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 16 -
CMYK 0 0.86 0.87 0.53
HSL 0.58º 0.76% 0.27% -
HSV(B) 0.58º 0.87% 0.47% -
XYZ 8.04 4.43 0.92 -
YUV 47.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 120 17 16 0 0.86 0.87 0.53 0.58 0.76 0.27
Hex 78 11 10 0 56 57 35 1 4C 1B
Octal 170 21 20 0 126 127 65 1 114 33
Binary 1111000 10001 10000 0 1010110 1010111 110101 1 1001100 11011

Color Harmonies of #781110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781110

Black with #781110

Text Example


Text Example

White with #781110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781110; }

 p { color: rgb(120,17,16); }

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

background-color css

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

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

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

border-color css

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

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

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