Html Css Color HEX #79250C Falu Red

📋 copy color: '#79250C'

red 121 ◦ green 37 ◦ blue 12

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

Shades of Falu Red #79250C

Tints of Falu Red #79250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 71.18%
G = 21.76%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79250C (or 0x79250C) is known color: Falu Red. HEX triplet: 79, 25 and 0C. RGB value is (121,37,12). Sum of RGB (Red+Green+Blue) = 121+37+12=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #79250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79250C is #86DAF3. Grayscale: #3B3B3B. Windows color (decimal): -8837876 or 796025. OLE color: 796025.

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

Color convert

RGB 121 37 12 -
CMYK 0 0.69 0.90 0.53
HSL 13.76º 0.82% 0.26% -
HSV(B) 13.76º 0.9% 0.47% -
XYZ 8.61 5.41 0.94 -
YUV 59.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 121 37 12 0 0.69 0.90 0.53 13.76 0.82 0.26
Hex 79 25 C 0 45 5A 35 E 52 1A
Octal 171 45 14 0 105 132 65 16 122 32
Binary 1111001 100101 1100 0 1000101 1011010 110101 1110 1010010 11010

Color Harmonies of #79250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79250C

Black with #79250C

Text Example


Text Example

White with #79250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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