Html Css Color HEX #791312 Falu Red

📋 copy color: '#791312'

red 121 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #791312

Tints of Falu Red #791312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 76.58%
G = 12.03%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#791312 (or 0x791312) is known color: Falu Red. HEX triplet: 79, 13 and 12. RGB value is (121,19,18). Sum of RGB (Red+Green+Blue) = 121+19+18=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #791312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791312 is #86ECED. Grayscale: #313131. Windows color (decimal): -8842478 or 1184633. OLE color: 1184633.

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

Color convert

RGB 121 19 18 -
CMYK 0 0.84 0.85 0.53
HSL 0.58º 0.74% 0.27% -
HSV(B) 0.58º 0.85% 0.47% -
XYZ 8.23 4.57 1.02 -
YUV 49.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 121 19 18 0 0.84 0.85 0.53 0.58 0.74 0.27
Hex 79 13 12 0 54 55 35 1 4A 1B
Octal 171 23 22 0 124 125 65 1 112 33
Binary 1111001 10011 10010 0 1010100 1010101 110101 1 1001010 11011

Color Harmonies of #791312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791312

Black with #791312

Text Example


Text Example

White with #791312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791312; }

 p { color: rgb(121,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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