Html Css Color HEX #791D0B Falu Red

📋 copy color: '#791D0B'

red 121 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #791D0B

Tints of Falu Red #791D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.01%

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 75.16%
G = 18.01%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#791D0B (or 0x791D0B) is known color: Falu Red. HEX triplet: 79, 1D and 0B. RGB value is (121,29,11). Sum of RGB (Red+Green+Blue) = 121+29+11=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #791D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791D0B is #86E2F4. Grayscale: #363636. Windows color (decimal): -8839925 or 728441. OLE color: 728441.

HSL color Cylindrical-coordinate representation of color #791D0B: hue angle of 9.82º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #791D0B is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 29 11 -
CMYK 0 0.76 0.91 0.53
HSL 9.82º 0.83% 0.26% -
HSV(B) 9.82º 0.91% 0.47% -
XYZ 8.38 4.97 0.83 -
YUV 54.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 121 29 11 0 0.76 0.91 0.53 9.82 0.83 0.26
Hex 79 1D B 0 4C 5B 35 A 53 1A
Octal 171 35 13 0 114 133 65 12 123 32
Binary 1111001 11101 1011 0 1001100 1011011 110101 1010 1010011 11010

Color Harmonies of #791D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791D0B

Black with #791D0B

Text Example


Text Example

White with #791D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,29,11); }

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

background-color css

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

 a { background-color: rgb(121,29,11); }

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

border-color css

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

 span { border-color: rgb(121,29,11); }

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