Html Css Color HEX #791A08 Falu Red

📋 copy color: '#791A08'

red 121 ◦ green 26 ◦ blue 8

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

Shades of Falu Red #791A08

Tints of Falu Red #791A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.77%

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

R = 78.06%
G = 16.77%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#791A08 (or 0x791A08) is known color: Falu Red. HEX triplet: 79, 1A and 08. RGB value is (121,26,8). Sum of RGB (Red+Green+Blue) = 121+26+8=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #791A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A08 is #86E5F7. Grayscale: #343434. Windows color (decimal): -8840696 or 531065. OLE color: 531065.

HSL color Cylindrical-coordinate representation of color #791A08: hue angle of 9.56º 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 #791A08 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 26 8 -
CMYK 0 0.79 0.93 0.53
HSL 9.56º 0.88% 0.25% -
HSV(B) 9.56º 0.93% 0.47% -
XYZ 8.3 4.82 0.72 -
YUV 52.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 121 26 8 0 0.79 0.93 0.53 9.56 0.88 0.25
Hex 79 1A 8 0 4F 5D 35 A 58 19
Octal 171 32 10 0 117 135 65 12 130 31
Binary 1111001 11010 1000 0 1001111 1011101 110101 1010 1011000 11001

Color Harmonies of #791A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791A08

Black with #791A08

Text Example


Text Example

White with #791A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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