Html Css Color HEX #791919 Falu Red

📋 copy color: '#791919'

red 121 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #791919

Tints of Falu Red #791919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

 BLUE value IS 25 (10.16% from 255) = 14.62%

R = 70.76%
G = 14.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#791919 (or 0x791919) is known color: Falu Red. HEX triplet: 79, 19 and 19. RGB value is (121,25,25). Sum of RGB (Red+Green+Blue) = 121+25+25=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #791919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791919 is #86E6E6. Grayscale: #353535. Windows color (decimal): -8840935 or 1644921. OLE color: 1644921.

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

Color convert

RGB 121 25 25 -
CMYK 0 0.79 0.79 0.53
HSL 0.66% 0.29% -
HSV(B) 0.79% 0.47% -
XYZ 8.41 4.83 1.41 -
YUV 53.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 121 25 25 0 0.79 0.79 0.53 0 0.66 0.29
Hex 79 19 19 0 4F 4F 35 0 42 1D
Octal 171 31 31 0 117 117 65 0 102 35
Binary 1111001 11001 11001 0 1001111 1001111 110101 0 1000010 11101

Color Harmonies of #791919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791919

Black with #791919

Text Example


Text Example

White with #791919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791919; }

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

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

background-color css

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

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

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

border-color css

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

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

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