Html Css Color HEX #792005 Falu Red

📋 copy color: '#792005'

red 121 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #792005

Tints of Falu Red #792005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

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

R = 76.58%
G = 20.25%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#792005 (or 0x792005) is known color: Falu Red. HEX triplet: 79, 20 and 05. RGB value is (121,32,5). Sum of RGB (Red+Green+Blue) = 121+32+5=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #792005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792005 is #86DFFA. Grayscale: #373737. Windows color (decimal): -8839163 or 335993. OLE color: 335993.

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

Color convert

RGB 121 32 5 -
CMYK 0 0.74 0.96 0.53
HSL 13.97º 0.92% 0.25% -
HSV(B) 13.97º 0.96% 0.47% -
XYZ 8.43 5.11 0.69 -
YUV 55.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 121 32 5 0 0.74 0.96 0.53 13.97 0.92 0.25
Hex 79 20 5 0 4A 60 35 E 5C 19
Octal 171 40 5 0 112 140 65 16 134 31
Binary 1111001 100000 101 0 1001010 1100000 110101 1110 1011100 11001

Color Harmonies of #792005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792005

Black with #792005

Text Example


Text Example

White with #792005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792005; }

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

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

background-color css

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

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

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

border-color css

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

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

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