Html Css Color HEX #791716 Falu Red

📋 copy color: '#791716'

red 121 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #791716

Tints of Falu Red #791716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 72.89%
G = 13.86%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#791716 (or 0x791716) is known color: Falu Red. HEX triplet: 79, 17 and 16. RGB value is (121,23,22). Sum of RGB (Red+Green+Blue) = 121+23+22=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #791716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791716 is #86E8E9. Grayscale: #343434. Windows color (decimal): -8841450 or 1447801. OLE color: 1447801.

HSL color Cylindrical-coordinate representation of color #791716: hue angle of 0.61º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791716 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 23 22 -
CMYK 0 0.81 0.82 0.53
HSL 0.61º 0.69% 0.28% -
HSV(B) 0.61º 0.82% 0.47% -
XYZ 8.34 4.74 1.23 -
YUV 52.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 121 23 22 0 0.81 0.82 0.53 0.61 0.69 0.28
Hex 79 17 16 0 51 52 35 1 45 1C
Octal 171 27 26 0 121 122 65 1 105 34
Binary 1111001 10111 10110 0 1010001 1010010 110101 1 1000101 11100

Color Harmonies of #791716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791716

Black with #791716

Text Example


Text Example

White with #791716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791716; }

 p { color: rgb(121,23,22); }

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

background-color css

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

 a { background-color: rgb(121,23,22); }

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

border-color css

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

 span { border-color: rgb(121,23,22); }

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