Html Css Color HEX #79280D Falu Red

📋 copy color: '#79280D'

red 121 ◦ green 40 ◦ blue 13

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

Shades of Falu Red #79280D

Tints of Falu Red #79280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 69.54%
G = 22.99%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79280D (or 0x79280D) is known color: Falu Red. HEX triplet: 79, 28 and 0D. RGB value is (121,40,13). Sum of RGB (Red+Green+Blue) = 121+40+13=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79280D is #86D7F2. Grayscale: #3D3D3D. Windows color (decimal): -8837107 or 862329. OLE color: 862329.

HSL color Cylindrical-coordinate representation of color #79280D: hue angle of 15º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79280D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 40 13 -
CMYK 0 0.67 0.89 0.53
HSL 15º 0.81% 0.26% -
HSV(B) 15º 0.89% 0.47% -
XYZ 8.72 5.61 1 -
YUV 61.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 121 40 13 0 0.67 0.89 0.53 15 0.81 0.26
Hex 79 28 D 0 43 59 35 F 51 1A
Octal 171 50 15 0 103 131 65 17 121 32
Binary 1111001 101000 1101 0 1000011 1011001 110101 1111 1010001 11010

Color Harmonies of #79280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79280D

Black with #79280D

Text Example


Text Example

White with #79280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79280D; }

 p { color: rgb(121,40,13); }

 H1.HeaderClassName
 {
   color: #79280D;
 }
 .AnyTagClassName
 {
   color: #79280D;
 }
</style>

background-color css

<style>
 a { background-color: #79280D; }

 a { background-color: rgb(121,40,13); }

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

border-color css

<style>
 span { border-color: #79280D; }

 span { border-color: rgb(121,40,13); }

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