Html Css Color HEX #781900 Falu Red

📋 copy color: '#781900'

red 120 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #781900

Tints of Falu Red #781900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

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

R = 82.76%
G = 17.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#781900 (or 0x781900) is known color: Falu Red. HEX triplet: 78, 19 and 00. RGB value is (120,25,0). Sum of RGB (Red+Green+Blue) = 120+25+0=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781900 is #87E6FF. Grayscale: #323232. Windows color (decimal): -8906496 or 6520. OLE color: 6520.

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

Color convert

RGB 120 25 0 -
CMYK 0 0.79 1 0.53
HSL 12.5º 1% 0.24% -
HSV(B) 12.5º 1% 0.47% -
XYZ 8.09 4.69 0.48 -
YUV 50.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 120 25 0 0 0.79 1 0.53 12.5 1 0.24
Hex 78 19 0 0 4F 64 35 C 64 18
Octal 170 31 0 0 117 144 65 14 144 30
Binary 1111000 11001 0 0 1001111 1100100 110101 1100 1100100 11000

Color Harmonies of #781900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781900

Black with #781900

Text Example


Text Example

White with #781900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781900; }

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

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

background-color css

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

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

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

border-color css

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

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

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