Html Css Color HEX #791901 Falu Red

📋 copy color: '#791901'

red 121 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #791901

Tints of Falu Red #791901

RGB

 RED value IS 121 (47.66% from 255) = 82.31%

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

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

R = 82.31%
G = 17.01%
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

#791901 (or 0x791901) is known color: Falu Red. HEX triplet: 79, 19 and 01. RGB value is (121,25,1). Sum of RGB (Red+Green+Blue) = 121+25+1=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #791901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791901 is #86E6FE. Grayscale: #333333. Windows color (decimal): -8840959 or 72057. OLE color: 72057.

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

Color convert

RGB 121 25 1 -
CMYK 0 0.79 0.99 0.53
HSL 12º 0.98% 0.24% -
HSV(B) 12º 0.99% 0.47% -
XYZ 8.24 4.76 0.51 -
YUV 50.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 121 25 1 0 0.79 0.99 0.53 12 0.98 0.24
Hex 79 19 1 0 4F 63 35 C 62 18
Octal 171 31 1 0 117 143 65 14 142 30
Binary 1111001 11001 1 0 1001111 1100011 110101 1100 1100010 11000

Color Harmonies of #791901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791901

Black with #791901

Text Example


Text Example

White with #791901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791901; }

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

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

background-color css

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

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

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

border-color css

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

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

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