Html Css Color HEX #781E00 Falu Red

📋 copy color: '#781E00'

red 120 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #781E00

Tints of Falu Red #781E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#781E00 (or 0x781E00) is known color: Falu Red. HEX triplet: 78, 1E and 00. RGB value is (120,30,0). Sum of RGB (Red+Green+Blue) = 120+30+0=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #781E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E00 is #87E1FF. Grayscale: #353535. Windows color (decimal): -8905216 or 7800. OLE color: 7800.

HSL color Cylindrical-coordinate representation of color #781E00: hue angle of 15º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #781E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 0 -
CMYK 0 0.75 1 0.53
HSL 15º 1% 0.24% -
HSV(B) 15º 1% 0.47% -
XYZ 8.21 4.92 0.52 -
YUV 53.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 120 30 0 0 0.75 1 0.53 15 1 0.24
Hex 78 1E 0 0 4B 64 35 F 64 18
Octal 170 36 0 0 113 144 65 17 144 30
Binary 1111000 11110 0 0 1001011 1100100 110101 1111 1100100 11000

Color Harmonies of #781E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E00

Black with #781E00

Text Example


Text Example

White with #781E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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