Html Css Color HEX #79130F Falu Red

📋 copy color: '#79130F'

red 121 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #79130F

Tints of Falu Red #79130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 78.06%
G = 12.26%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79130F (or 0x79130F) is known color: Falu Red. HEX triplet: 79, 13 and 0F. RGB value is (121,19,15). Sum of RGB (Red+Green+Blue) = 121+19+15=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #79130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79130F is #86ECF0. Grayscale: #313131. Windows color (decimal): -8842481 or 988025. OLE color: 988025.

HSL color Cylindrical-coordinate representation of color #79130F: hue angle of 2.26º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79130F is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 15 -
CMYK 0 0.84 0.88 0.53
HSL 2.26º 0.78% 0.27% -
HSV(B) 2.26º 0.88% 0.47% -
XYZ 8.2 4.57 0.9 -
YUV 49.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 121 19 15 0 0.84 0.88 0.53 2.26 0.78 0.27
Hex 79 13 F 0 54 58 35 2 4E 1B
Octal 171 23 17 0 124 130 65 2 116 33
Binary 1111001 10011 1111 0 1010100 1011000 110101 10 1001110 11011

Color Harmonies of #79130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79130F

Black with #79130F

Text Example


Text Example

White with #79130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79130F; }

 p { color: rgb(121,19,15); }

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

background-color css

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

 a { background-color: rgb(121,19,15); }

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

border-color css

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

 span { border-color: rgb(121,19,15); }

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