Html Css Color HEX #771312 Falu Red

📋 copy color: '#771312'

red 119 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #771312

Tints of Falu Red #771312

RGB

 RED value IS 119 (46.88% from 255) = 76.28%

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

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

R = 76.28%
G = 12.18%
B = 11.54%

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

#771312 (or 0x771312) is known color: Falu Red. HEX triplet: 77, 13 and 12. RGB value is (119,19,18). Sum of RGB (Red+Green+Blue) = 119+19+18=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771312 is #88ECED. Grayscale: #303030. Windows color (decimal): -8973550 or 1184631. OLE color: 1184631.

HSL color Cylindrical-coordinate representation of color #771312: hue angle of 0.59º 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 #771312 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 18 -
CMYK 0 0.84 0.85 0.53
HSL 0.59º 0.74% 0.27% -
HSV(B) 0.59º 0.85% 0.47% -
XYZ 7.95 4.43 1.01 -
YUV 48.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 119 19 18 0 0.84 0.85 0.53 0.59 0.74 0.27
Hex 77 13 12 0 54 55 35 1 4A 1B
Octal 167 23 22 0 124 125 65 1 112 33
Binary 1110111 10011 10010 0 1010100 1010101 110101 1 1001010 11011

Color Harmonies of #771312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771312

Black with #771312

Text Example


Text Example

White with #771312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771312; }

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

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

background-color css

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

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

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

border-color css

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

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

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