Html Css Color HEX #781611 Falu Red

📋 copy color: '#781611'

red 120 ◦ green 22 ◦ blue 17

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

Shades of Falu Red #781611

Tints of Falu Red #781611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

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

R = 75.47%
G = 13.84%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#781611 (or 0x781611) is known color: Falu Red. HEX triplet: 78, 16 and 11. RGB value is (120,22,17). Sum of RGB (Red+Green+Blue) = 120+22+17=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781611 is #87E9EE. Grayscale: #323232. Windows color (decimal): -8907247 or 1119864. OLE color: 1119864.

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

Color convert

RGB 120 22 17 -
CMYK 0 0.82 0.86 0.53
HSL 2.91º 0.75% 0.27% -
HSV(B) 2.91º 0.86% 0.47% -
XYZ 8.13 4.61 0.99 -
YUV 50.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 120 22 17 0 0.82 0.86 0.53 2.91 0.75 0.27
Hex 78 16 11 0 52 56 35 3 4B 1B
Octal 170 26 21 0 122 126 65 3 113 33
Binary 1111000 10110 10001 0 1010010 1010110 110101 11 1001011 11011

Color Harmonies of #781611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781611

Black with #781611

Text Example


Text Example

White with #781611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781611; }

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

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

background-color css

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

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

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

border-color css

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

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

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