Html Css Color HEX #79120C Falu Red

📋 copy color: '#79120C'

red 121 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #79120C

Tints of Falu Red #79120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 80.13%
G = 11.92%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79120C (or 0x79120C) is known color: Falu Red. HEX triplet: 79, 12 and 0C. RGB value is (121,18,12). Sum of RGB (Red+Green+Blue) = 121+18+12=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #79120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79120C is #86EDF3. Grayscale: #303030. Windows color (decimal): -8842740 or 791161. OLE color: 791161.

HSL color Cylindrical-coordinate representation of color #79120C: hue angle of 3.3º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79120C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 12 -
CMYK 0 0.85 0.90 0.53
HSL 3.3º 0.82% 0.26% -
HSV(B) 3.3º 0.9% 0.47% -
XYZ 8.17 4.52 0.79 -
YUV 48.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 121 18 12 0 0.85 0.90 0.53 3.3 0.82 0.26
Hex 79 12 C 0 55 5A 35 3 52 1A
Octal 171 22 14 0 125 132 65 3 122 32
Binary 1111001 10010 1100 0 1010101 1011010 110101 11 1010010 11010

Color Harmonies of #79120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79120C

Black with #79120C

Text Example


Text Example

White with #79120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,18,12); }

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

background-color css

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

 a { background-color: rgb(121,18,12); }

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

border-color css

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

 span { border-color: rgb(121,18,12); }

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