Html Css Color HEX #771912 Falu Red

📋 copy color: '#771912'

red 119 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #771912

Tints of Falu Red #771912

RGB

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

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

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

R = 73.46%
G = 15.43%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#771912 (or 0x771912) is known color: Falu Red. HEX triplet: 77, 19 and 12. RGB value is (119,25,18). Sum of RGB (Red+Green+Blue) = 119+25+18=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #771912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771912 is #88E6ED. Grayscale: #343434. Windows color (decimal): -8972014 or 1186167. OLE color: 1186167.

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

Color convert

RGB 119 25 18 -
CMYK 0 0.79 0.85 0.53
HSL 4.16º 0.74% 0.27% -
HSV(B) 4.16º 0.85% 0.47% -
XYZ 8.06 4.66 1.05 -
YUV 52.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 119 25 18 0 0.79 0.85 0.53 4.16 0.74 0.27
Hex 77 19 12 0 4F 55 35 4 4A 1B
Octal 167 31 22 0 117 125 65 4 112 33
Binary 1110111 11001 10010 0 1001111 1010101 110101 100 1001010 11011

Color Harmonies of #771912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771912

Black with #771912

Text Example


Text Example

White with #771912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771912; }

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

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

background-color css

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

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

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

border-color css

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

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

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