Html Css Color HEX #771B17 Falu Red

📋 copy color: '#771B17'

red 119 ◦ green 27 ◦ blue 23

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

Shades of Falu Red #771B17

Tints of Falu Red #771B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.98%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 70.41%
G = 15.98%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#771B17 (or 0x771B17) is known color: Falu Red. HEX triplet: 77, 1B and 17. RGB value is (119,27,23). Sum of RGB (Red+Green+Blue) = 119+27+23=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #771B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B17 is #88E4E8. Grayscale: #363636. Windows color (decimal): -8971497 or 1514359. OLE color: 1514359.

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

Color convert

RGB 119 27 23 -
CMYK 0 0.77 0.81 0.53
HSL 2.5º 0.68% 0.28% -
HSV(B) 2.5º 0.81% 0.47% -
XYZ 8.15 4.77 1.3 -
YUV 54.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 119 27 23 0 0.77 0.81 0.53 2.5 0.68 0.28
Hex 77 1B 17 0 4D 51 35 2 44 1C
Octal 167 33 27 0 115 121 65 2 104 34
Binary 1110111 11011 10111 0 1001101 1010001 110101 10 1000100 11100

Color Harmonies of #771B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B17

Black with #771B17

Text Example


Text Example

White with #771B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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