Html Css Color HEX #792221 Falu Red

📋 copy color: '#792221'

red 121 ◦ green 34 ◦ blue 33

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

Shades of Falu Red #792221

Tints of Falu Red #792221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 64.36%
G = 18.09%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#792221 (or 0x792221) is known color: Falu Red. HEX triplet: 79, 22 and 21. RGB value is (121,34,33). Sum of RGB (Red+Green+Blue) = 121+34+33=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #792221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792221 is #86DDDE. Grayscale: #3B3B3B. Windows color (decimal): -8838623 or 2171513. OLE color: 2171513.

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

Color convert

RGB 121 34 33 -
CMYK 0 0.72 0.73 0.53
HSL 0.68º 0.57% 0.3% -
HSV(B) 0.68º 0.73% 0.47% -
XYZ 8.73 5.32 2.01 -
YUV 59.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 121 34 33 0 0.72 0.73 0.53 0.68 0.57 0.3
Hex 79 22 21 0 48 49 35 1 39 1E
Octal 171 42 41 0 110 111 65 1 71 36
Binary 1111001 100010 100001 0 1001000 1001001 110101 1 111001 11110

Color Harmonies of #792221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792221

Black with #792221

Text Example


Text Example

White with #792221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792221; }

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

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

background-color css

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

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

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

border-color css

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

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

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