Html Css Color HEX #791D1D Falu Red

📋 copy color: '#791D1D'

red 121 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #791D1D

Tints of Falu Red #791D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 67.6%
G = 16.2%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#791D1D (or 0x791D1D) is known color: Falu Red. HEX triplet: 79, 1D and 1D. RGB value is (121,29,29). Sum of RGB (Red+Green+Blue) = 121+29+29=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #791D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D1D is #86E2E2. Grayscale: #383838. Windows color (decimal): -8839907 or 1908089. OLE color: 1908089.

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

Color convert

RGB 121 29 29 -
CMYK 0 0.76 0.76 0.53
HSL 0.61% 0.29% -
HSV(B) 0.76% 0.47% -
XYZ 8.55 5.03 1.68 -
YUV 56.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 121 29 29 0 0.76 0.76 0.53 0 0.61 0.29
Hex 79 1D 1D 0 4C 4C 35 0 3D 1D
Octal 171 35 35 0 114 114 65 0 75 35
Binary 1111001 11101 11101 0 1001100 1001100 110101 0 111101 11101

Color Harmonies of #791D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791D1D

Black with #791D1D

Text Example


Text Example

White with #791D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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