Html Css Color HEX #79221D Falu Red

📋 copy color: '#79221D'

red 121 ◦ green 34 ◦ blue 29

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

Shades of Falu Red #79221D

Tints of Falu Red #79221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 65.76%
G = 18.48%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#79221D (or 0x79221D) is known color: Falu Red. HEX triplet: 79, 22 and 1D. RGB value is (121,34,29). Sum of RGB (Red+Green+Blue) = 121+34+29=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #79221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79221D is #86DDE2. Grayscale: #3B3B3B. Windows color (decimal): -8838627 or 1909369. OLE color: 1909369.

HSL color Cylindrical-coordinate representation of color #79221D: hue angle of 3.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79221D is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 34 29 -
CMYK 0 0.72 0.76 0.53
HSL 3.26º 0.61% 0.29% -
HSV(B) 3.26º 0.76% 0.47% -
XYZ 8.68 5.3 1.73 -
YUV 59.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 121 34 29 0 0.72 0.76 0.53 3.26 0.61 0.29
Hex 79 22 1D 0 48 4C 35 3 3D 1D
Octal 171 42 35 0 110 114 65 3 75 35
Binary 1111001 100010 11101 0 1001000 1001100 110101 11 111101 11101

Color Harmonies of #79221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79221D

Black with #79221D

Text Example


Text Example

White with #79221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79221D; }

 p { color: rgb(121,34,29); }

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

background-color css

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

 a { background-color: rgb(121,34,29); }

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

border-color css

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

 span { border-color: rgb(121,34,29); }

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