Html Css Color HEX #79200A Falu Red

📋 copy color: '#79200A'

red 121 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #79200A

Tints of Falu Red #79200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 74.23%
G = 19.63%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#79200A (or 0x79200A) is known color: Falu Red. HEX triplet: 79, 20 and 0A. RGB value is (121,32,10). Sum of RGB (Red+Green+Blue) = 121+32+10=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #79200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79200A is #86DFF5. Grayscale: #383838. Windows color (decimal): -8839158 or 663673. OLE color: 663673.

HSL color Cylindrical-coordinate representation of color #79200A: hue angle of 11.89º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79200A is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 32 10 -
CMYK 0 0.74 0.92 0.53
HSL 11.89º 0.85% 0.26% -
HSV(B) 11.89º 0.92% 0.47% -
XYZ 8.46 5.12 0.83 -
YUV 56.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 121 32 10 0 0.74 0.92 0.53 11.89 0.85 0.26
Hex 79 20 A 0 4A 5C 35 C 55 1A
Octal 171 40 12 0 112 134 65 14 125 32
Binary 1111001 100000 1010 0 1001010 1011100 110101 1100 1010101 11010

Color Harmonies of #79200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79200A

Black with #79200A

Text Example


Text Example

White with #79200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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