Html Css Color HEX #782111 Falu Red

📋 copy color: '#782111'

red 120 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #782111

Tints of Falu Red #782111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

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

R = 70.59%
G = 19.41%
B = 10%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#782111 (or 0x782111) is known color: Falu Red. HEX triplet: 78, 21 and 11. RGB value is (120,33,17). Sum of RGB (Red+Green+Blue) = 120+33+17=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #782111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782111 is #87DEEE. Grayscale: #393939. Windows color (decimal): -8904431 or 1122680. OLE color: 1122680.

HSL color Cylindrical-coordinate representation of color #782111: hue angle of 9.32º 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 #782111 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 17 -
CMYK 0 0.72 0.86 0.53
HSL 9.32º 0.75% 0.27% -
HSV(B) 9.32º 0.86% 0.47% -
XYZ 8.39 5.12 1.08 -
YUV 57.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 120 33 17 0 0.72 0.86 0.53 9.32 0.75 0.27
Hex 78 21 11 0 48 56 35 9 4B 1B
Octal 170 41 21 0 110 126 65 11 113 33
Binary 1111000 100001 10001 0 1001000 1010110 110101 1001 1001011 11011

Color Harmonies of #782111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782111

Black with #782111

Text Example


Text Example

White with #782111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782111; }

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

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

background-color css

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

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

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

border-color css

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

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

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