Html Css Color HEX #79201C Falu Red

📋 copy color: '#79201C'

red 121 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #79201C

Tints of Falu Red #79201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 66.85%
G = 17.68%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79201C (or 0x79201C) is known color: Falu Red. HEX triplet: 79, 20 and 1C. RGB value is (121,32,28). Sum of RGB (Red+Green+Blue) = 121+32+28=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #79201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79201C is #86DFE3. Grayscale: #3A3A3A. Windows color (decimal): -8839140 or 1843321. OLE color: 1843321.

HSL color Cylindrical-coordinate representation of color #79201C: hue angle of 2.58º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79201C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 32 28 -
CMYK 0 0.74 0.77 0.53
HSL 2.58º 0.62% 0.29% -
HSV(B) 2.58º 0.77% 0.47% -
XYZ 8.61 5.18 1.64 -
YUV 58.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 121 32 28 0 0.74 0.77 0.53 2.58 0.62 0.29
Hex 79 20 1C 0 4A 4D 35 3 3E 1D
Octal 171 40 34 0 112 115 65 3 76 35
Binary 1111001 100000 11100 0 1001010 1001101 110101 11 111110 11101

Color Harmonies of #79201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79201C

Black with #79201C

Text Example


Text Example

White with #79201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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