Html Css Color HEX #781A19 Falu Red

📋 copy color: '#781A19'

red 120 ◦ green 26 ◦ blue 25

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

Shades of Falu Red #781A19

Tints of Falu Red #781A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.62%

R = 70.18%
G = 15.2%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#781A19 (or 0x781A19) is known color: Falu Red. HEX triplet: 78, 1A and 19. RGB value is (120,26,25). Sum of RGB (Red+Green+Blue) = 120+26+25=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #781A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A19 is #87E5E6. Grayscale: #363636. Windows color (decimal): -8906215 or 1645176. OLE color: 1645176.

HSL color Cylindrical-coordinate representation of color #781A19: hue angle of 0.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781A19 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 25 -
CMYK 0 0.78 0.79 0.53
HSL 0.63º 0.66% 0.28% -
HSV(B) 0.63º 0.79% 0.47% -
XYZ 8.29 4.8 1.41 -
YUV 53.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 120 26 25 0 0.78 0.79 0.53 0.63 0.66 0.28
Hex 78 1A 19 0 4E 4F 35 1 42 1C
Octal 170 32 31 0 116 117 65 1 102 34
Binary 1111000 11010 11001 0 1001110 1001111 110101 1 1000010 11100

Color Harmonies of #781A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A19

Black with #781A19

Text Example


Text Example

White with #781A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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