Html Css Color HEX #791311 Falu Red

📋 copy color: '#791311'

red 121 ◦ green 19 ◦ blue 17

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

Shades of Falu Red #791311

Tints of Falu Red #791311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 77.07%
G = 12.1%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#791311 (or 0x791311) is known color: Falu Red. HEX triplet: 79, 13 and 11. RGB value is (121,19,17). Sum of RGB (Red+Green+Blue) = 121+19+17=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #791311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791311 is #86ECEE. Grayscale: #313131. Windows color (decimal): -8842479 or 1119097. OLE color: 1119097.

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

Color convert

RGB 121 19 17 -
CMYK 0 0.84 0.86 0.53
HSL 1.15º 0.75% 0.27% -
HSV(B) 1.15º 0.86% 0.47% -
XYZ 8.22 4.57 0.98 -
YUV 49.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 121 19 17 0 0.84 0.86 0.53 1.15 0.75 0.27
Hex 79 13 11 0 54 56 35 1 4B 1B
Octal 171 23 21 0 124 126 65 1 113 33
Binary 1111001 10011 10001 0 1010100 1010110 110101 1 1001011 11011

Color Harmonies of #791311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791311

Black with #791311

Text Example


Text Example

White with #791311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791311; }

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

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

background-color css

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

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

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

border-color css

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

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

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