Html Css Color HEX #771E1B Falu Red

📋 copy color: '#771E1B'

red 119 ◦ green 30 ◦ blue 27

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

Shades of Falu Red #771E1B

Tints of Falu Red #771E1B

RGB

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

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

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

R = 67.61%
G = 17.05%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#771E1B (or 0x771E1B) is known color: Falu Red. HEX triplet: 77, 1E and 1B. RGB value is (119,30,27). Sum of RGB (Red+Green+Blue) = 119+30+27=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E1B is #88E1E4. Grayscale: #383838. Windows color (decimal): -8970725 or 1777271. OLE color: 1777271.

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

Color convert

RGB 119 30 27 -
CMYK 0 0.75 0.77 0.53
HSL 1.96º 0.63% 0.29% -
HSV(B) 1.96º 0.77% 0.47% -
XYZ 8.27 4.93 1.55 -
YUV 56.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 119 30 27 0 0.75 0.77 0.53 1.96 0.63 0.29
Hex 77 1E 1B 0 4B 4D 35 2 3F 1D
Octal 167 36 33 0 113 115 65 2 77 35
Binary 1110111 11110 11011 0 1001011 1001101 110101 10 111111 11101

Color Harmonies of #771E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E1B

Black with #771E1B

Text Example


Text Example

White with #771E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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