Html Css Color HEX #791C05 Falu Red

📋 copy color: '#791C05'

red 121 ◦ green 28 ◦ blue 5

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

Shades of Falu Red #791C05

Tints of Falu Red #791C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 78.57%
G = 18.18%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#791C05 (or 0x791C05) is known color: Falu Red. HEX triplet: 79, 1C and 05. RGB value is (121,28,5). Sum of RGB (Red+Green+Blue) = 121+28+5=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #791C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791C05 is #86E3FA. Grayscale: #353535. Windows color (decimal): -8840187 or 334969. OLE color: 334969.

HSL color Cylindrical-coordinate representation of color #791C05: hue angle of 11.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #791C05 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 28 5 -
CMYK 0 0.77 0.96 0.53
HSL 11.9º 0.92% 0.25% -
HSV(B) 11.9º 0.96% 0.47% -
XYZ 8.33 4.91 0.65 -
YUV 53.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 121 28 5 0 0.77 0.96 0.53 11.9 0.92 0.25
Hex 79 1C 5 0 4D 60 35 C 5C 19
Octal 171 34 5 0 115 140 65 14 134 31
Binary 1111001 11100 101 0 1001101 1100000 110101 1100 1011100 11001

Color Harmonies of #791C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C05

Black with #791C05

Text Example


Text Example

White with #791C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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