Html Css Color HEX #781E19 Falu Red

📋 copy color: '#781E19'

red 120 ◦ green 30 ◦ blue 25

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

Shades of Falu Red #781E19

Tints of Falu Red #781E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

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

R = 68.57%
G = 17.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#781E19 (or 0x781E19) is known color: Falu Red. HEX triplet: 78, 1E and 19. RGB value is (120,30,25). Sum of RGB (Red+Green+Blue) = 120+30+25=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E19 is #87E1E6. Grayscale: #383838. Windows color (decimal): -8905191 or 1646200. OLE color: 1646200.

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

Color convert

RGB 120 30 25 -
CMYK 0 0.75 0.79 0.53
HSL 3.16º 0.66% 0.28% -
HSV(B) 3.16º 0.79% 0.47% -
XYZ 8.39 4.99 1.44 -
YUV 56.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 120 30 25 0 0.75 0.79 0.53 3.16 0.66 0.28
Hex 78 1E 19 0 4B 4F 35 3 42 1C
Octal 170 36 31 0 113 117 65 3 102 34
Binary 1111000 11110 11001 0 1001011 1001111 110101 11 1000010 11100

Color Harmonies of #781E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E19

Black with #781E19

Text Example


Text Example

White with #781E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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