Html Css Color HEX #792611 Falu Red

📋 copy color: '#792611'

red 121 ◦ green 38 ◦ blue 17

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

Shades of Falu Red #792611

Tints of Falu Red #792611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 68.75%
G = 21.59%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#792611 (or 0x792611) is known color: Falu Red. HEX triplet: 79, 26 and 11. RGB value is (121,38,17). Sum of RGB (Red+Green+Blue) = 121+38+17=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #792611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792611 is #86D9EE. Grayscale: #3C3C3C. Windows color (decimal): -8837615 or 1123961. OLE color: 1123961.

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

Color convert

RGB 121 38 17 -
CMYK 0 0.69 0.86 0.53
HSL 12.12º 0.75% 0.27% -
HSV(B) 12.12º 0.86% 0.47% -
XYZ 8.68 5.49 1.13 -
YUV 60.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 121 38 17 0 0.69 0.86 0.53 12.12 0.75 0.27
Hex 79 26 11 0 45 56 35 C 4B 1B
Octal 171 46 21 0 105 126 65 14 113 33
Binary 1111001 100110 10001 0 1000101 1010110 110101 1100 1001011 11011

Color Harmonies of #792611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792611

Black with #792611

Text Example


Text Example

White with #792611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792611; }

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

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

background-color css

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

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

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

border-color css

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

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

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