Html Css Color HEX #771D1D Falu Red

📋 copy color: '#771D1D'

red 119 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #771D1D

Tints of Falu Red #771D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 67.23%
G = 16.38%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#771D1D (or 0x771D1D) is known color: Falu Red. HEX triplet: 77, 1D and 1D. RGB value is (119,29,29). Sum of RGB (Red+Green+Blue) = 119+29+29=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D1D is #88E2E2. Grayscale: #373737. Windows color (decimal): -8970979 or 1908087. OLE color: 1908087.

HSL color Cylindrical-coordinate representation of color #771D1D: hue angle of 0º degrees, saturation: 0.61, 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 #771D1D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 29 -
CMYK 0 0.76 0.76 0.53
HSL 0.61% 0.29% -
HSV(B) 0.76% 0.47% -
XYZ 8.27 4.89 1.67 -
YUV 55.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 119 29 29 0 0.76 0.76 0.53 0 0.61 0.29
Hex 77 1D 1D 0 4C 4C 35 0 3D 1D
Octal 167 35 35 0 114 114 65 0 75 35
Binary 1110111 11101 11101 0 1001100 1001100 110101 0 111101 11101

Color Harmonies of #771D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D1D

Black with #771D1D

Text Example


Text Example

White with #771D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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