Html Css Color HEX #771F1C Falu Red

📋 copy color: '#771F1C'

red 119 ◦ green 31 ◦ blue 28

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

Shades of Falu Red #771F1C

Tints of Falu Red #771F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 66.85%
G = 17.42%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#771F1C (or 0x771F1C) is known color: Falu Red. HEX triplet: 77, 1F and 1C. RGB value is (119,31,28). Sum of RGB (Red+Green+Blue) = 119+31+28=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F1C is #88E0E3. Grayscale: #393939. Windows color (decimal): -8970468 or 1843063. OLE color: 1843063.

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

Color convert

RGB 119 31 28 -
CMYK 0 0.74 0.76 0.53
HSL 1.98º 0.62% 0.29% -
HSV(B) 1.98º 0.76% 0.47% -
XYZ 8.31 4.99 1.62 -
YUV 56.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 119 31 28 0 0.74 0.76 0.53 1.98 0.62 0.29
Hex 77 1F 1C 0 4A 4C 35 2 3E 1D
Octal 167 37 34 0 112 114 65 2 76 35
Binary 1110111 11111 11100 0 1001010 1001100 110101 10 111110 11101

Color Harmonies of #771F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F1C

Black with #771F1C

Text Example


Text Example

White with #771F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,28); }

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

background-color css

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

 a { background-color: rgb(119,31,28); }

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

border-color css

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

 span { border-color: rgb(119,31,28); }

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