Html Css Color HEX #79260E Falu Red

📋 copy color: '#79260E'

red 121 ◦ green 38 ◦ blue 14

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

Shades of Falu Red #79260E

Tints of Falu Red #79260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 69.94%
G = 21.97%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79260E (or 0x79260E) is known color: Falu Red. HEX triplet: 79, 26 and 0E. RGB value is (121,38,14). Sum of RGB (Red+Green+Blue) = 121+38+14=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #79260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79260E is #86D9F1. Grayscale: #3C3C3C. Windows color (decimal): -8837618 or 927353. OLE color: 927353.

HSL color Cylindrical-coordinate representation of color #79260E: hue angle of 13.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79260E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 38 14 -
CMYK 0 0.69 0.88 0.53
HSL 13.46º 0.79% 0.26% -
HSV(B) 13.46º 0.88% 0.47% -
XYZ 8.66 5.48 1.02 -
YUV 60.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 121 38 14 0 0.69 0.88 0.53 13.46 0.79 0.26
Hex 79 26 E 0 45 58 35 D 4F 1A
Octal 171 46 16 0 105 130 65 15 117 32
Binary 1111001 100110 1110 0 1000101 1011000 110101 1101 1001111 11010

Color Harmonies of #79260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79260E

Black with #79260E

Text Example


Text Example

White with #79260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79260E; }

 p { color: rgb(121,38,14); }

 H1.HeaderClassName
 {
   color: #79260E;
 }
 .AnyTagClassName
 {
   color: #79260E;
 }
</style>

background-color css

<style>
 a { background-color: #79260E; }

 a { background-color: rgb(121,38,14); }

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

border-color css

<style>
 span { border-color: #79260E; }

 span { border-color: rgb(121,38,14); }

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