Html Css Color HEX #792211 Falu Red

📋 copy color: '#792211'

red 121 ◦ green 34 ◦ blue 17

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

Shades of Falu Red #792211

Tints of Falu Red #792211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 70.35%
G = 19.77%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#792211 (or 0x792211) is known color: Falu Red. HEX triplet: 79, 22 and 11. RGB value is (121,34,17). Sum of RGB (Red+Green+Blue) = 121+34+17=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #792211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792211 is #86DDEE. Grayscale: #3A3A3A. Windows color (decimal): -8838639 or 1122937. OLE color: 1122937.

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

Color convert

RGB 121 34 17 -
CMYK 0 0.72 0.86 0.53
HSL 9.81º 0.75% 0.27% -
HSV(B) 9.81º 0.86% 0.47% -
XYZ 8.56 5.25 1.09 -
YUV 58.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 121 34 17 0 0.72 0.86 0.53 9.81 0.75 0.27
Hex 79 22 11 0 48 56 35 A 4B 1B
Octal 171 42 21 0 110 126 65 12 113 33
Binary 1111001 100010 10001 0 1001000 1010110 110101 1010 1001011 11011

Color Harmonies of #792211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792211

Black with #792211

Text Example


Text Example

White with #792211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792211; }

 p { color: rgb(121,34,17); }

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

background-color css

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

 a { background-color: rgb(121,34,17); }

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

border-color css

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

 span { border-color: rgb(121,34,17); }

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