Html Css Color HEX #791207 Falu Red

📋 copy color: '#791207'

red 121 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #791207

Tints of Falu Red #791207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.79%

R = 82.88%
G = 12.33%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#791207 (or 0x791207) is known color: Falu Red. HEX triplet: 79, 12 and 07. RGB value is (121,18,7). Sum of RGB (Red+Green+Blue) = 121+18+7=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #791207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791207 is #86EDF8. Grayscale: #2F2F2F. Windows color (decimal): -8842745 or 463481. OLE color: 463481.

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

Color convert

RGB 121 18 7 -
CMYK 0 0.85 0.94 0.53
HSL 5.79º 0.89% 0.25% -
HSV(B) 5.79º 0.94% 0.47% -
XYZ 8.14 4.51 0.64 -
YUV 47.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 121 18 7 0 0.85 0.94 0.53 5.79 0.89 0.25
Hex 79 12 7 0 55 5E 35 6 59 19
Octal 171 22 7 0 125 136 65 6 131 31
Binary 1111001 10010 111 0 1010101 1011110 110101 110 1011001 11001

Color Harmonies of #791207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791207

Black with #791207

Text Example


Text Example

White with #791207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791207; }

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

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

background-color css

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

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

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

border-color css

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

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

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