Html Css Color HEX #781A11 Falu Red

📋 copy color: '#781A11'

red 120 ◦ green 26 ◦ blue 17

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

Shades of Falu Red #781A11

Tints of Falu Red #781A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

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

R = 73.62%
G = 15.95%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#781A11 (or 0x781A11) is known color: Falu Red. HEX triplet: 78, 1A and 11. RGB value is (120,26,17). Sum of RGB (Red+Green+Blue) = 120+26+17=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #781A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A11 is #87E5EE. Grayscale: #353535. Windows color (decimal): -8906223 or 1120888. OLE color: 1120888.

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

Color convert

RGB 120 26 17 -
CMYK 0 0.78 0.86 0.53
HSL 5.24º 0.75% 0.27% -
HSV(B) 5.24º 0.86% 0.47% -
XYZ 8.22 4.77 1.02 -
YUV 53.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 120 26 17 0 0.78 0.86 0.53 5.24 0.75 0.27
Hex 78 1A 11 0 4E 56 35 5 4B 1B
Octal 170 32 21 0 116 126 65 5 113 33
Binary 1111000 11010 10001 0 1001110 1010110 110101 101 1001011 11011

Color Harmonies of #781A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A11

Black with #781A11

Text Example


Text Example

White with #781A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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