Html Css Color HEX #782019 Falu Red

📋 copy color: '#782019'

red 120 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #782019

Tints of Falu Red #782019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

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

R = 67.8%
G = 18.08%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#782019 (or 0x782019) is known color: Falu Red. HEX triplet: 78, 20 and 19. RGB value is (120,32,25). Sum of RGB (Red+Green+Blue) = 120+32+25=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #782019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782019 is #87DFE6. Grayscale: #393939. Windows color (decimal): -8904679 or 1646712. OLE color: 1646712.

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

Color convert

RGB 120 32 25 -
CMYK 0 0.73 0.79 0.53
HSL 4.42º 0.66% 0.28% -
HSV(B) 4.42º 0.79% 0.47% -
XYZ 8.44 5.1 1.46 -
YUV 57.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 120 32 25 0 0.73 0.79 0.53 4.42 0.66 0.28
Hex 78 20 19 0 49 4F 35 4 42 1C
Octal 170 40 31 0 111 117 65 4 102 34
Binary 1111000 100000 11001 0 1001001 1001111 110101 100 1000010 11100

Color Harmonies of #782019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782019

Black with #782019

Text Example


Text Example

White with #782019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782019; }

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

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

background-color css

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

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

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

border-color css

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

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

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