Html Css Color HEX #79240C Falu Red

📋 copy color: '#79240C'

red 121 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #79240C

Tints of Falu Red #79240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 71.6%
G = 21.3%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79240C (or 0x79240C) is known color: Falu Red. HEX triplet: 79, 24 and 0C. RGB value is (121,36,12). Sum of RGB (Red+Green+Blue) = 121+36+12=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #79240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79240C is #86DBF3. Grayscale: #3A3A3A. Windows color (decimal): -8838132 or 795769. OLE color: 795769.

HSL color Cylindrical-coordinate representation of color #79240C: hue angle of 13.21º 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 #79240C is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 36 12 -
CMYK 0 0.70 0.90 0.53
HSL 13.21º 0.82% 0.26% -
HSV(B) 13.21º 0.9% 0.47% -
XYZ 8.58 5.35 0.93 -
YUV 58.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 121 36 12 0 0.70 0.90 0.53 13.21 0.82 0.26
Hex 79 24 C 0 46 5A 35 D 52 1A
Octal 171 44 14 0 106 132 65 15 122 32
Binary 1111001 100100 1100 0 1000110 1011010 110101 1101 1010010 11010

Color Harmonies of #79240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79240C

Black with #79240C

Text Example


Text Example

White with #79240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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