Html Css Color HEX #781111 Falu Red

📋 copy color: '#781111'

red 120 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #781111

Tints of Falu Red #781111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 77.92%
G = 11.04%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#781111 (or 0x781111) is known color: Falu Red. HEX triplet: 78, 11 and 11. RGB value is (120,17,17). Sum of RGB (Red+Green+Blue) = 120+17+17=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781111 is #87EEEE. Grayscale: #2F2F2F. Windows color (decimal): -8908527 or 1118584. OLE color: 1118584.

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

Color convert

RGB 120 17 17 -
CMYK 0 0.86 0.86 0.53
HSL 0.75% 0.27% -
HSV(B) 0.86% 0.47% -
XYZ 8.05 4.43 0.96 -
YUV 47.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 120 17 17 0 0.86 0.86 0.53 0 0.75 0.27
Hex 78 11 11 0 56 56 35 0 4B 1B
Octal 170 21 21 0 126 126 65 0 113 33
Binary 1111000 10001 10001 0 1010110 1010110 110101 0 1001011 11011

Color Harmonies of #781111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781111

Black with #781111

Text Example


Text Example

White with #781111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781111; }

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

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

background-color css

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

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

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

border-color css

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

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

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