Html Css Color HEX #791900 Falu Red

📋 copy color: '#791900'

red 121 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #791900

Tints of Falu Red #791900

RGB

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

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

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

R = 82.88%
G = 17.12%
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

#791900 (or 0x791900) is known color: Falu Red. HEX triplet: 79, 19 and 00. RGB value is (121,25,0). Sum of RGB (Red+Green+Blue) = 121+25+0=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #791900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791900 is #86E6FF. Grayscale: #333333. Windows color (decimal): -8840960 or 6521. OLE color: 6521.

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

Color convert

RGB 121 25 0 -
CMYK 0 0.79 1 0.53
HSL 12.4º 1% 0.24% -
HSV(B) 12.4º 1% 0.47% -
XYZ 8.23 4.76 0.48 -
YUV 50.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 121 25 0 0 0.79 1 0.53 12.4 1 0.24
Hex 79 19 0 0 4F 64 35 C 64 18
Octal 171 31 0 0 117 144 65 14 144 30
Binary 1111001 11001 0 0 1001111 1100100 110101 1100 1100100 11000

Color Harmonies of #791900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791900

Black with #791900

Text Example


Text Example

White with #791900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791900; }

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

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

background-color css

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

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

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

border-color css

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

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

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