Html Css Color HEX #792104 Falu Red

📋 copy color: '#792104'

red 121 ◦ green 33 ◦ blue 4

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

Shades of Falu Red #792104

Tints of Falu Red #792104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 76.58%
G = 20.89%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#792104 (or 0x792104) is known color: Falu Red. HEX triplet: 79, 21 and 04. RGB value is (121,33,4). Sum of RGB (Red+Green+Blue) = 121+33+4=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #792104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792104 is #86DEFB. Grayscale: #383838. Windows color (decimal): -8838908 or 270713. OLE color: 270713.

HSL color Cylindrical-coordinate representation of color #792104: hue angle of 14.87º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #792104 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 33 4 -
CMYK 0 0.73 0.97 0.53
HSL 14.87º 0.94% 0.25% -
HSV(B) 14.87º 0.97% 0.47% -
XYZ 8.45 5.16 0.67 -
YUV 56.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 121 33 4 0 0.73 0.97 0.53 14.87 0.94 0.25
Hex 79 21 4 0 49 61 35 F 5E 19
Octal 171 41 4 0 111 141 65 17 136 31
Binary 1111001 100001 100 0 1001001 1100001 110101 1111 1011110 11001

Color Harmonies of #792104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792104

Black with #792104

Text Example


Text Example

White with #792104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792104; }

 p { color: rgb(121,33,4); }

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

background-color css

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

 a { background-color: rgb(121,33,4); }

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

border-color css

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

 span { border-color: rgb(121,33,4); }

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