Html Css Color HEX #791209 Falu Red

📋 copy color: '#791209'

red 121 ◦ green 18 ◦ blue 9

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

Shades of Falu Red #791209

Tints of Falu Red #791209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

 BLUE value IS 9 (3.91% from 255) = 6.08%

R = 81.76%
G = 12.16%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#791209 (or 0x791209) is known color: Falu Red. HEX triplet: 79, 12 and 09. RGB value is (121,18,9). Sum of RGB (Red+Green+Blue) = 121+18+9=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #791209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791209 is #86EDF6. Grayscale: #2F2F2F. Windows color (decimal): -8842743 or 594553. OLE color: 594553.

HSL color Cylindrical-coordinate representation of color #791209: hue angle of 4.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #791209 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 9 -
CMYK 0 0.85 0.93 0.53
HSL 4.82º 0.86% 0.25% -
HSV(B) 4.82º 0.93% 0.47% -
XYZ 8.15 4.52 0.7 -
YUV 47.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 121 18 9 0 0.85 0.93 0.53 4.82 0.86 0.25
Hex 79 12 9 0 55 5D 35 5 56 19
Octal 171 22 11 0 125 135 65 5 126 31
Binary 1111001 10010 1001 0 1010101 1011101 110101 101 1010110 11001

Color Harmonies of #791209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791209

Black with #791209

Text Example


Text Example

White with #791209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791209; }

 p { color: rgb(121,18,9); }

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

background-color css

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

 a { background-color: rgb(121,18,9); }

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

border-color css

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

 span { border-color: rgb(121,18,9); }

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