Html Css Color HEX #79241C Falu Red

📋 copy color: '#79241C'

red 121 ◦ green 36 ◦ blue 28

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

Shades of Falu Red #79241C

Tints of Falu Red #79241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 65.41%
G = 19.46%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79241C (or 0x79241C) is known color: Falu Red. HEX triplet: 79, 24 and 1C. RGB value is (121,36,28). Sum of RGB (Red+Green+Blue) = 121+36+28=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #79241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79241C is #86DBE3. Grayscale: #3C3C3C. Windows color (decimal): -8838116 or 1844345. OLE color: 1844345.

HSL color Cylindrical-coordinate representation of color #79241C: hue angle of 5.16º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79241C is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 36 28 -
CMYK 0 0.70 0.77 0.53
HSL 5.16º 0.62% 0.29% -
HSV(B) 5.16º 0.77% 0.47% -
XYZ 8.73 5.41 1.68 -
YUV 60.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 121 36 28 0 0.70 0.77 0.53 5.16 0.62 0.29
Hex 79 24 1C 0 46 4D 35 5 3E 1D
Octal 171 44 34 0 106 115 65 5 76 35
Binary 1111001 100100 11100 0 1000110 1001101 110101 101 111110 11101

Color Harmonies of #79241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79241C

Black with #79241C

Text Example


Text Example

White with #79241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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