Html Css Color HEX #781901 Falu Red

📋 copy color: '#781901'

red 120 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #781901

Tints of Falu Red #781901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 82.19%
G = 17.12%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#781901 (or 0x781901) is known color: Falu Red. HEX triplet: 78, 19 and 01. RGB value is (120,25,1). Sum of RGB (Red+Green+Blue) = 120+25+1=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #781901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781901 is #87E6FE. Grayscale: #323232. Windows color (decimal): -8906495 or 72056. OLE color: 72056.

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

Color convert

RGB 120 25 1 -
CMYK 0 0.79 0.99 0.53
HSL 12.1º 0.98% 0.24% -
HSV(B) 12.1º 0.99% 0.47% -
XYZ 8.1 4.69 0.51 -
YUV 50.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 120 25 1 0 0.79 0.99 0.53 12.1 0.98 0.24
Hex 78 19 1 0 4F 63 35 C 62 18
Octal 170 31 1 0 117 143 65 14 142 30
Binary 1111000 11001 1 0 1001111 1100011 110101 1100 1100010 11000

Color Harmonies of #781901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781901

Black with #781901

Text Example


Text Example

White with #781901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781901; }

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

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

background-color css

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

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

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

border-color css

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

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

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