Html Css Color HEX #791714 Falu Red

📋 copy color: '#791714'

red 121 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #791714

Tints of Falu Red #791714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 73.78%
G = 14.02%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#791714 (or 0x791714) is known color: Falu Red. HEX triplet: 79, 17 and 14. RGB value is (121,23,20). Sum of RGB (Red+Green+Blue) = 121+23+20=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #791714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791714 is #86E8EB. Grayscale: #343434. Windows color (decimal): -8841452 or 1316729. OLE color: 1316729.

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

Color convert

RGB 121 23 20 -
CMYK 0 0.81 0.83 0.53
HSL 1.78º 0.72% 0.28% -
HSV(B) 1.78º 0.83% 0.47% -
XYZ 8.32 4.73 1.14 -
YUV 51.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 121 23 20 0 0.81 0.83 0.53 1.78 0.72 0.28
Hex 79 17 14 0 51 53 35 2 48 1C
Octal 171 27 24 0 121 123 65 2 110 34
Binary 1111001 10111 10100 0 1010001 1010011 110101 10 1001000 11100

Color Harmonies of #791714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791714

Black with #791714

Text Example


Text Example

White with #791714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791714; }

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

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

background-color css

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

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

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

border-color css

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

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

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