Html Css Color HEX #771F17 Falu Red

📋 copy color: '#771F17'

red 119 ◦ green 31 ◦ blue 23

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

Shades of Falu Red #771F17

Tints of Falu Red #771F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

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

R = 68.79%
G = 17.92%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#771F17 (or 0x771F17) is known color: Falu Red. HEX triplet: 77, 1F and 17. RGB value is (119,31,23). Sum of RGB (Red+Green+Blue) = 119+31+23=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #771F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F17 is #88E0E8. Grayscale: #383838. Windows color (decimal): -8970473 or 1515383. OLE color: 1515383.

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

Color convert

RGB 119 31 23 -
CMYK 0 0.74 0.81 0.53
HSL 0.68% 0.28% -
HSV(B) 0.81% 0.47% -
XYZ 8.25 4.96 1.33 -
YUV 56.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 119 31 23 0 0.74 0.81 0.53 5 0.68 0.28
Hex 77 1F 17 0 4A 51 35 5 44 1C
Octal 167 37 27 0 112 121 65 5 104 34
Binary 1110111 11111 10111 0 1001010 1010001 110101 101 1000100 11100

Color Harmonies of #771F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F17

Black with #771F17

Text Example


Text Example

White with #771F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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