Html Css Color HEX #792014 Falu Red

📋 copy color: '#792014'

red 121 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #792014

Tints of Falu Red #792014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 69.94%
G = 18.5%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#792014 (or 0x792014) is known color: Falu Red. HEX triplet: 79, 20 and 14. RGB value is (121,32,20). Sum of RGB (Red+Green+Blue) = 121+32+20=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #792014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792014 is #86DFEB. Grayscale: #393939. Windows color (decimal): -8839148 or 1319033. OLE color: 1319033.

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

Color convert

RGB 121 32 20 -
CMYK 0 0.74 0.83 0.53
HSL 7.13º 0.72% 0.28% -
HSV(B) 7.13º 0.83% 0.47% -
XYZ 8.53 5.15 1.21 -
YUV 57.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 121 32 20 0 0.74 0.83 0.53 7.13 0.72 0.28
Hex 79 20 14 0 4A 53 35 7 48 1C
Octal 171 40 24 0 112 123 65 7 110 34
Binary 1111001 100000 10100 0 1001010 1010011 110101 111 1001000 11100

Color Harmonies of #792014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792014

Black with #792014

Text Example


Text Example

White with #792014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792014; }

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

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

background-color css

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

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

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

border-color css

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

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

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