Html Css Color HEX #771E17 Falu Red

📋 copy color: '#771E17'

red 119 ◦ green 30 ◦ blue 23

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

Shades of Falu Red #771E17

Tints of Falu Red #771E17

RGB

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

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

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

R = 69.19%
G = 17.44%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#771E17 (or 0x771E17) is known color: Falu Red. HEX triplet: 77, 1E and 17. RGB value is (119,30,23). Sum of RGB (Red+Green+Blue) = 119+30+23=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #771E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E17 is #88E1E8. Grayscale: #373737. Windows color (decimal): -8970729 or 1515127. OLE color: 1515127.

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

Color convert

RGB 119 30 23 -
CMYK 0 0.75 0.81 0.53
HSL 4.38º 0.68% 0.28% -
HSV(B) 4.38º 0.81% 0.47% -
XYZ 8.23 4.91 1.33 -
YUV 55.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 119 30 23 0 0.75 0.81 0.53 4.38 0.68 0.28
Hex 77 1E 17 0 4B 51 35 4 44 1C
Octal 167 36 27 0 113 121 65 4 104 34
Binary 1110111 11110 10111 0 1001011 1010001 110101 100 1000100 11100

Color Harmonies of #771E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E17

Black with #771E17

Text Example


Text Example

White with #771E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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