Html Css Color HEX #79130C Falu Red

📋 copy color: '#79130C'

red 121 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #79130C

Tints of Falu Red #79130C

RGB

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

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

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

R = 79.61%
G = 12.5%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79130C (or 0x79130C) is known color: Falu Red. HEX triplet: 79, 13 and 0C. RGB value is (121,19,12). Sum of RGB (Red+Green+Blue) = 121+19+12=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79130C is #86ECF3. Grayscale: #303030. Windows color (decimal): -8842484 or 791417. OLE color: 791417.

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

Color convert

RGB 121 19 12 -
CMYK 0 0.84 0.90 0.53
HSL 3.85º 0.82% 0.26% -
HSV(B) 3.85º 0.9% 0.47% -
XYZ 8.18 4.56 0.8 -
YUV 48.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 121 19 12 0 0.84 0.90 0.53 3.85 0.82 0.26
Hex 79 13 C 0 54 5A 35 4 52 1A
Octal 171 23 14 0 124 132 65 4 122 32
Binary 1111001 10011 1100 0 1010100 1011010 110101 100 1010010 11010

Color Harmonies of #79130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79130C

Black with #79130C

Text Example


Text Example

White with #79130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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