Html Css Color HEX #792111 Falu Red

📋 copy color: '#792111'

red 121 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #792111

Tints of Falu Red #792111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

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

R = 70.76%
G = 19.3%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#792111 (or 0x792111) is known color: Falu Red. HEX triplet: 79, 21 and 11. RGB value is (121,33,17). Sum of RGB (Red+Green+Blue) = 121+33+17=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #792111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792111 is #86DEEE. Grayscale: #393939. Windows color (decimal): -8838895 or 1122681. OLE color: 1122681.

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

Color convert

RGB 121 33 17 -
CMYK 0 0.73 0.86 0.53
HSL 9.23º 0.75% 0.27% -
HSV(B) 9.23º 0.86% 0.47% -
XYZ 8.53 5.19 1.08 -
YUV 57.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 121 33 17 0 0.73 0.86 0.53 9.23 0.75 0.27
Hex 79 21 11 0 49 56 35 9 4B 1B
Octal 171 41 21 0 111 126 65 11 113 33
Binary 1111001 100001 10001 0 1001001 1010110 110101 1001 1001011 11011

Color Harmonies of #792111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792111

Black with #792111

Text Example


Text Example

White with #792111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792111; }

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

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

background-color css

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

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

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

border-color css

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

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

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