Html Css Color HEX #771D1B Falu Red

📋 copy color: '#771D1B'

red 119 ◦ green 29 ◦ blue 27

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

Shades of Falu Red #771D1B

Tints of Falu Red #771D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 68%
G = 16.57%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#771D1B (or 0x771D1B) is known color: Falu Red. HEX triplet: 77, 1D and 1B. RGB value is (119,29,27). Sum of RGB (Red+Green+Blue) = 119+29+27=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D1B is #88E2E4. Grayscale: #373737. Windows color (decimal): -8970981 or 1777015. OLE color: 1777015.

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

Color convert

RGB 119 29 27 -
CMYK 0 0.76 0.77 0.53
HSL 1.3º 0.63% 0.29% -
HSV(B) 1.3º 0.77% 0.47% -
XYZ 8.24 4.88 1.54 -
YUV 55.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 119 29 27 0 0.76 0.77 0.53 1.3 0.63 0.29
Hex 77 1D 1B 0 4C 4D 35 1 3F 1D
Octal 167 35 33 0 114 115 65 1 77 35
Binary 1110111 11101 11011 0 1001100 1001101 110101 1 111111 11101

Color Harmonies of #771D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D1B

Black with #771D1B

Text Example


Text Example

White with #771D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,29,27); }

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

background-color css

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

 a { background-color: rgb(119,29,27); }

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

border-color css

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

 span { border-color: rgb(119,29,27); }

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