Html Css Color HEX #781411 Falu Red

📋 copy color: '#781411'

red 120 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #781411

Tints of Falu Red #781411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 76.43%
G = 12.74%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#781411 (or 0x781411) is known color: Falu Red. HEX triplet: 78, 14 and 11. RGB value is (120,20,17). Sum of RGB (Red+Green+Blue) = 120+20+17=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781411 is #87EBEE. Grayscale: #313131. Windows color (decimal): -8907759 or 1119352. OLE color: 1119352.

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

Color convert

RGB 120 20 17 -
CMYK 0 0.83 0.86 0.53
HSL 1.75º 0.75% 0.27% -
HSV(B) 1.75º 0.86% 0.47% -
XYZ 8.1 4.53 0.98 -
YUV 49.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 120 20 17 0 0.83 0.86 0.53 1.75 0.75 0.27
Hex 78 14 11 0 53 56 35 2 4B 1B
Octal 170 24 21 0 123 126 65 2 113 33
Binary 1111000 10100 10001 0 1010011 1010110 110101 10 1001011 11011

Color Harmonies of #781411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781411

Black with #781411

Text Example


Text Example

White with #781411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781411; }

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

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

background-color css

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

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

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

border-color css

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

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

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