Html Css Color HEX #791108 Falu Red

📋 copy color: '#791108'

red 121 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #791108

Tints of Falu Red #791108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 82.88%
G = 11.64%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#791108 (or 0x791108) is known color: Falu Red. HEX triplet: 79, 11 and 08. RGB value is (121,17,8). Sum of RGB (Red+Green+Blue) = 121+17+8=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #791108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791108 is #86EEF7. Grayscale: #2F2F2F. Windows color (decimal): -8843000 or 528761. OLE color: 528761.

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

Color convert

RGB 121 17 8 -
CMYK 0 0.86 0.93 0.53
HSL 4.78º 0.88% 0.25% -
HSV(B) 4.78º 0.93% 0.47% -
XYZ 8.13 4.48 0.67 -
YUV 47.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 121 17 8 0 0.86 0.93 0.53 4.78 0.88 0.25
Hex 79 11 8 0 56 5D 35 5 58 19
Octal 171 21 10 0 126 135 65 5 130 31
Binary 1111001 10001 1000 0 1010110 1011101 110101 101 1011000 11001

Color Harmonies of #791108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791108

Black with #791108

Text Example


Text Example

White with #791108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791108; }

 p { color: rgb(121,17,8); }

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

background-color css

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

 a { background-color: rgb(121,17,8); }

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

border-color css

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

 span { border-color: rgb(121,17,8); }

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