Html Css Color HEX #771E1A Falu Red

📋 copy color: '#771E1A'

red 119 ◦ green 30 ◦ blue 26

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

Shades of Falu Red #771E1A

Tints of Falu Red #771E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 68%
G = 17.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#771E1A (or 0x771E1A) is known color: Falu Red. HEX triplet: 77, 1E and 1A. RGB value is (119,30,26). Sum of RGB (Red+Green+Blue) = 119+30+26=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E1A is #88E1E5. Grayscale: #383838. Windows color (decimal): -8970726 or 1711735. OLE color: 1711735.

HSL color Cylindrical-coordinate representation of color #771E1A: hue angle of 2.58º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771E1A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 26 -
CMYK 0 0.75 0.78 0.53
HSL 2.58º 0.64% 0.28% -
HSV(B) 2.58º 0.78% 0.47% -
XYZ 8.26 4.93 1.49 -
YUV 56.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 119 30 26 0 0.75 0.78 0.53 2.58 0.64 0.28
Hex 77 1E 1A 0 4B 4E 35 3 40 1C
Octal 167 36 32 0 113 116 65 3 100 34
Binary 1110111 11110 11010 0 1001011 1001110 110101 11 1000000 11100

Color Harmonies of #771E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E1A

Black with #771E1A

Text Example


Text Example

White with #771E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E1A; }

 p { color: rgb(119,30,26); }

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

background-color css

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

 a { background-color: rgb(119,30,26); }

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

border-color css

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

 span { border-color: rgb(119,30,26); }

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