Html Css Color HEX #792411 Falu Red

📋 copy color: '#792411'

red 121 ◦ green 36 ◦ blue 17

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

Shades of Falu Red #792411

Tints of Falu Red #792411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 69.54%
G = 20.69%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#792411 (or 0x792411) is known color: Falu Red. HEX triplet: 79, 24 and 11. RGB value is (121,36,17). Sum of RGB (Red+Green+Blue) = 121+36+17=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #792411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792411 is #86DBEE. Grayscale: #3B3B3B. Windows color (decimal): -8838127 or 1123449. OLE color: 1123449.

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

Color convert

RGB 121 36 17 -
CMYK 0 0.70 0.86 0.53
HSL 10.96º 0.75% 0.27% -
HSV(B) 10.96º 0.86% 0.47% -
XYZ 8.62 5.37 1.11 -
YUV 59.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 121 36 17 0 0.70 0.86 0.53 10.96 0.75 0.27
Hex 79 24 11 0 46 56 35 B 4B 1B
Octal 171 44 21 0 106 126 65 13 113 33
Binary 1111001 100100 10001 0 1000110 1010110 110101 1011 1001011 11011

Color Harmonies of #792411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792411

Black with #792411

Text Example


Text Example

White with #792411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792411; }

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

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

background-color css

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

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

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

border-color css

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

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

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