Html Css Color HEX #79261A Falu Red

📋 copy color: '#79261A'

red 121 ◦ green 38 ◦ blue 26

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

Shades of Falu Red #79261A

Tints of Falu Red #79261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 65.41%
G = 20.54%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79261A (or 0x79261A) is known color: Falu Red. HEX triplet: 79, 26 and 1A. RGB value is (121,38,26). Sum of RGB (Red+Green+Blue) = 121+38+26=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #79261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79261A is #86D9E5. Grayscale: #3D3D3D. Windows color (decimal): -8837606 or 1713785. OLE color: 1713785.

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

Color convert

RGB 121 38 26 -
CMYK 0 0.69 0.79 0.53
HSL 7.58º 0.65% 0.29% -
HSV(B) 7.58º 0.79% 0.47% -
XYZ 8.76 5.53 1.58 -
YUV 61.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 121 38 26 0 0.69 0.79 0.53 7.58 0.65 0.29
Hex 79 26 1A 0 45 4F 35 8 41 1D
Octal 171 46 32 0 105 117 65 10 101 35
Binary 1111001 100110 11010 0 1000101 1001111 110101 1000 1000001 11101

Color Harmonies of #79261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79261A

Black with #79261A

Text Example


Text Example

White with #79261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79261A; }

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

 H1.HeaderClassName
 {
   color: #79261A;
 }
 .AnyTagClassName
 {
   color: #79261A;
 }
</style>

background-color css

<style>
 a { background-color: #79261A; }

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

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

border-color css

<style>
 span { border-color: #79261A; }

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

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