Html Css Color HEX #791504 Falu Red

📋 copy color: '#791504'

red 121 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #791504

Tints of Falu Red #791504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 82.88%
G = 14.38%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#791504 (or 0x791504) is known color: Falu Red. HEX triplet: 79, 15 and 04. RGB value is (121,21,4). Sum of RGB (Red+Green+Blue) = 121+21+4=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #791504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791504 is #86EAFB. Grayscale: #313131. Windows color (decimal): -8841980 or 267641. OLE color: 267641.

HSL color Cylindrical-coordinate representation of color #791504: hue angle of 8.72º 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 #791504 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 4 -
CMYK 0 0.83 0.97 0.53
HSL 8.72º 0.94% 0.25% -
HSV(B) 8.72º 0.97% 0.47% -
XYZ 8.18 4.61 0.57 -
YUV 48.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 121 21 4 0 0.83 0.97 0.53 8.72 0.94 0.25
Hex 79 15 4 0 53 61 35 9 5E 19
Octal 171 25 4 0 123 141 65 11 136 31
Binary 1111001 10101 100 0 1010011 1100001 110101 1001 1011110 11001

Color Harmonies of #791504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791504

Black with #791504

Text Example


Text Example

White with #791504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791504; }

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

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

background-color css

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

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

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

border-color css

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

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

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