Html Css Color HEX #79241A Falu Red

📋 copy color: '#79241A'

red 121 ◦ green 36 ◦ blue 26

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

Shades of Falu Red #79241A

Tints of Falu Red #79241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 66.12%
G = 19.67%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79241A (or 0x79241A) is known color: Falu Red. HEX triplet: 79, 24 and 1A. RGB value is (121,36,26). Sum of RGB (Red+Green+Blue) = 121+36+26=183 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.12% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 121 - color contains mainly: red. Hex color #79241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79241A is #86DBE5. Grayscale: #3C3C3C. Windows color (decimal): -8838118 or 1713273. OLE color: 1713273.

HSL color Cylindrical-coordinate representation of color #79241A: hue angle of 6.32º 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 #79241A is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 36 26 -
CMYK 0 0.70 0.79 0.53
HSL 6.32º 0.65% 0.29% -
HSV(B) 6.32º 0.79% 0.47% -
XYZ 8.7 5.4 1.56 -
YUV 60.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 121 36 26 0 0.70 0.79 0.53 6.32 0.65 0.29
Hex 79 24 1A 0 46 4F 35 6 41 1D
Octal 171 44 32 0 106 117 65 6 101 35
Binary 1111001 100100 11010 0 1000110 1001111 110101 110 1000001 11101

Color Harmonies of #79241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79241A

Black with #79241A

Text Example


Text Example

White with #79241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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