Html Css Color HEX #791211 Falu Red

📋 copy color: '#791211'

red 121 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #791211

Tints of Falu Red #791211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 77.56%
G = 11.54%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#791211 (or 0x791211) is known color: Falu Red. HEX triplet: 79, 12 and 11. RGB value is (121,18,17). Sum of RGB (Red+Green+Blue) = 121+18+17=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #791211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791211 is #86EDEE. Grayscale: #303030. Windows color (decimal): -8842735 or 1118841. OLE color: 1118841.

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

Color convert

RGB 121 18 17 -
CMYK 0 0.85 0.86 0.53
HSL 0.58º 0.75% 0.27% -
HSV(B) 0.58º 0.86% 0.47% -
XYZ 8.2 4.54 0.97 -
YUV 48.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 121 18 17 0 0.85 0.86 0.53 0.58 0.75 0.27
Hex 79 12 11 0 55 56 35 1 4B 1B
Octal 171 22 21 0 125 126 65 1 113 33
Binary 1111001 10010 10001 0 1010101 1010110 110101 1 1001011 11011

Color Harmonies of #791211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791211

Black with #791211

Text Example


Text Example

White with #791211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791211; }

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

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

background-color css

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

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

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

border-color css

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

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

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